Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
PowerPoint
Message
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Title:
Miscellaneous
Thread ID:
00312038
Message ID:
00312944
Views:
18
>Mark,
>
>I've found it.
>
>from the VBA help:
>
>Syntax
>
>expression.Open(FileName, ReadOnly, Untitled, WithWindow)
>
>expression Required. An expression that returns a Presentations collection.
>
>FileName Required String. The name of the file to open
>
>ReadOnly Optional Long. True to open the file with read-only status. If this argument is omitted, the file is opened with read/write status.
>
>Untitled Optional Long. True to open the file without a title. This is equivalent to creating a copy of the file. If this argument isn't specified, the file name automatically becomes the title of the opened presentation.
>
>WithWindow Optional Long. True to open the file in a visible window. False to hide the opened presentation. The default value is True.
>
>So, the following will work
>
>
oppt.presentations.open(getfile('ppt') , , , .f.)
>
>Cheers,
>
>Andrew
Yes, it works. Thanks
Previous
Reply
Map
View

Click here to load this message in the networking platform