Launching a powerpoint file with a command button

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Access doesn't like powerpoint? When I set up a command button to launch a
powerpoint file, I get an "Invalid . . " error message, but the path and the
filemane are correct (I checked 3 times). Any suggestions?
 
Did you use the FollowHyperlink

Dim PPTLocationAndName as string
PPTLocationAndName = "c:\aaaa.ppt"
application.FollowHyperlink PPTLocationAndName
 
Need more info, Stu. Please post the code where you are attempting to launch
Powerpoint and the complete error message.
 
I used the Wizard . Browsed to the .ppt file.

Klatuu said:
Need more info, Stu. Please post the code where you are attempting to launch
Powerpoint and the complete error message.
 

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