code

J

Jone

What code do I write when I want to open a program e.g. I
want to open up the windows calculator that is in
C:\WINDOWS\system32\calc.exe
 
J

John Spencer

Patience. These forums are supported by volunteers.

I answered your earlier post (11:15 AM)
The VBA to do this is

SHELL "C:\WINDOWS\system32\calc.exe"

--
John Spencer
Access MVP 2002-2005, 2007
Center for Health Program Development and Management
University of Maryland Baltimore County
..
 

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