GetFile - VBA

  • Thread starter Thread starter Andibevan
  • Start date Start date
A

Andibevan

Hi,

Within Excel you can use the "GetOpenFileName" command to allow the user to
select a file and then the filename and path is returned.

How do I do the equivalent in powerpoint as this command does not exist?

Thanks

Andi
 
Within Excel you can use the "GetOpenFileName" command to allow the user to
select a file and then the filename and path is returned.

How do I do the equivalent in powerpoint as this command does not exist?

Here's one way:
http://skp.mvps.org/ppt00043.htm

Another more general solution is to use the Windows Common Dialog API.
There's code for this on http://vbnet.mvps.org/ and lots of other places.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top