code

  • Thread starter Thread starter Jone
  • Start date Start date
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
 
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
..
 
Back
Top