Interfacing Access and Visio

N

Nuthin

I am trying to use a Macro in Access 2K to start Visio 2K and open a
particular file. Unfortunately, I do not know how to program in either VB
or SQL. Can it be done? I can get the Visio program to open using RunApp,
but the subsequent SendKeys are going to Access and not Visio. HELP!

Nathan
 
S

Steve Schapel

Nathan,

SendKeys is seldom a good option. Include the path and name of the
Visio file in the Command Line argument of the RunApp macro action. It
will look like this...
"C:\Program Files\Office\Visio.exe" "C:\PathToFile\YourFile.vsd"
 

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