G
Guest
There was VBA Code suggested to find the current page number of a open power
point.
They had: SlideShowWindows(1).View.Slide.SlideIndex
I tried the same thing and got an error:
I am using PowerPoint 2000 sp3
This is my code:
Set oPPT = GetObject(, "PowerPoint.Application")
sn = oPPT.SlideShowWindows(1).View.Slide.SlideIndex
The error I get is:
"SlideShowWindows (Unknow member): Integer outof range. 1 is not in the
valid range of 1 to 0.
Can someone help!!!
Gary
point.
They had: SlideShowWindows(1).View.Slide.SlideIndex
I tried the same thing and got an error:
I am using PowerPoint 2000 sp3
This is my code:
Set oPPT = GetObject(, "PowerPoint.Application")
sn = oPPT.SlideShowWindows(1).View.Slide.SlideIndex
The error I get is:
"SlideShowWindows (Unknow member): Integer outof range. 1 is not in the
valid range of 1 to 0.
Can someone help!!!
Gary