I'm not familiar with the application.
Does it accept a filename on the command-line?
Perhaps you can use something like:
("C:\msoffice\excel.exe """ & fullpathandfilename & """")
gotta watch the embedded quotes...
I know I've done something like that, but it's at work.