What function in VB.NET simply takes a string parameter and runs a 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)