B
Barb Reinhardt
I have the following snippet of code and want to activate myPres
For Each myPres In PPTApp.Presentations
Debug.Print myPres.Name
If myPres.Name = myPPT.Name Then
myPres.Activate 'This doesn't work. What do I need to do
Exit For
End If
Next myPres
Thanks,
Barb Reinhardt
For Each myPres In PPTApp.Presentations
Debug.Print myPres.Name
If myPres.Name = myPPT.Name Then
myPres.Activate 'This doesn't work. What do I need to do
Exit For
End If
Next myPres
Thanks,
Barb Reinhardt