G
Geoff Cox
Hello,
Anyone know how to fiind if a presentation has a macro?
I need a vba approach as I would like to check lots of files.
I came across the following,
If oPresentation.VBProject.VBComponents.Count > 0 Then
MsgBox "The presentation contains forms, modules, or classes."
End If
The above code will find a module which is empty so that does not
really help.
Cheers,
Geoff
Anyone know how to fiind if a presentation has a macro?
I need a vba approach as I would like to check lots of files.
I came across the following,
If oPresentation.VBProject.VBComponents.Count > 0 Then
MsgBox "The presentation contains forms, modules, or classes."
End If
The above code will find a module which is empty so that does not
really help.
Cheers,
Geoff