Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
VFP with Power Point
Message
 
 
To
05/10/2001 17:20:30
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Miscellaneous
Thread ID:
00565018
Message ID:
00565027
Views:
21
>I execute a Power Point presentation via Ole from VFP. Does anybody know an ActiveX (or anything)that can tell me in wich slide I am and how many slides are in total. (I want to get something like Slide zz Of XX)
>
>Bye

If you use the object model, you can get the information via the following:

Total Slides = Application.ActivePresentation.Slides.Count

Current Slide = Application.ActivePresentation.SlideShowWindows(1).View.CurrentShowPosition

See object model in VBAPPT9.CHM (PP 2000) or VBAPPT8.HLP (PP 98).

HTH.
Larry Miller
MCSD
LWMiller3@verizon.net

Accumulate learning by study, understand what you learn by questioning. -- Mingjiao
Previous
Reply
Map
View

Click here to load this message in the networking platform