Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / General PowerPoint Questions / February 2007

Tip: Looking for answers? Try searching our database.

File Picker Question

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Barb Reinhardt - 28 Feb 2007 14:08 GMT
Why is this not working?

With Application.FileDialog(msoFileDialogFilePicker)
   .AllowMultiSelect = False
   .Filters.Clear
   .Filters.Add "Powerpoint Presentations", "*.ppt"
   .FilterIndex = 1
   .Title = "Please Select File to open"
   If .Show = False Then Exit Sub
   sfile = .SelectedItems(1)
End With

Thanks,
Barb Reinhardt
Andy Pope - 28 Feb 2007 14:28 GMT
Hi,

I what sense is it not working?
What version of ppt are you working with?

Cheers
Andy

> Why is this not working?
>
[quoted text clipped - 10 lines]
> Thanks,
> Barb Reinhardt

Signature

Andy Pope, Microsoft MVP - Excel
http://www.andypope.info

John Wilson - 28 Feb 2007 14:41 GMT
Looks fine to me Barb. I take it you have a
Presentations.Open(sfile) somewhere else in the code and that you have
Declared sfile as a string
Signature

Amazing PPT Hints, Tips and Tutorials-http://www.PPTAlchemy.co.uk
http://www.technologytrish.co.uk/ppttipshome.html
email john AT technologytrish.co.uk

> Why is this not working?
>
[quoted text clipped - 10 lines]
> Thanks,
> Barb Reinhardt

Rate this thread:






 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.