The Differences in the Shell Command in Excel 2003 and 2007

P

Philosophaie

In Excel 2003 to run a Shell for an executable file (.exe) it took the form:

Filename = "C:\Path\File.exe"
RetVal = Shell(Filename, 1)

How do you run a Shell for an executable file in Excel 2007?
 
J

Jim Rech

Shell is a VB function and hasn't changed in Excel 2007.

--
Jim
| In Excel 2003 to run a Shell for an executable file (.exe) it took the
form:
|
| Filename = "C:\Path\File.exe"
| RetVal = Shell(Filename, 1)
|
| How do you run a Shell for an executable file in Excel 2007?
 

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