I am trying to have a spreadsheet have multiple links to the same program but with different parameters. I'd like it to function like a hyperlink, so that when you click on the cell it lauches the program with the specific parameter.
I tryed using a hyperlink however it does not like the parameters and says it cannot locate the file. I have tryed the shell command but could not figure out how to make it into a function similar to a hyperlink. Thankyou in advance for any help.
This is the shell command I was using
retval = Shell("G:\Directory\myprog.exe /a:parameter1 /b:parameter2")
Bookmarks