Run Command in VB.NET
- by Steven
What function in Excel simply takes a string parameter and runs the command? It would work just like the OK button in the Start - Run dialog.
Dim myCommand as String
myCommand = "excel C:\Documents and Settings\JohnDoe\Desktop\test.xls"
Run(myCommand)