How To Execute JavaScript in VBA Code?

G

Gary

My main application is MS Access 2003, and I wish to execute a JavaScript
called "MySaveAs.js" which is saved in a certain path.

Is there a API call that I can use to execute this???


Thanks,

Gary
 
A

Albert D. Kallal

Gary said:
My main application is MS Access 2003, and I wish to execute a JavaScript
called "MySaveAs.js" which is saved in a certain path.

Is there a API call that I can use to execute this???


Thanks,

Gary

Just use:

application.FollowHyperlink "path name to your script to run"
 

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

Top