Launching a powerpoint file with a command button

S

Stu

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?
 
O

Ofer

Did you use the FollowHyperlink

Dim PPTLocationAndName as string
PPTLocationAndName = "c:\aaaa.ppt"
application.FollowHyperlink PPTLocationAndName
 
K

Klatuu

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

Stu

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.
 
Top