Using command button to open another application

  • Thread starter Thread starter Craig
  • Start date Start date
C

Craig

Can Access open a (third party) program by pointing to the .exe file.

Craig
 
Can Access open a (third party) program by pointing to the .exe file.

Craig

See the FollowHyperlink method in VBA help:

Application.FollowHyperlink "c:\PathToFolder\ProgramName.exe"

Also look up the Shell function.
 

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