wadergirl
New Member
- Joined
- Jun 3, 2016
- Messages
- 49
So, in my spreadsheet, I have an existing macro that uses:
Shell ("C:\Program Files (x86)\Google\Chrome\Application\chrome.exe")
So I'm pretty sure that it is the base of what I need to use for this other program, but the other program I need to use a shortcut which has a command line switch in the target filepath that I'm not sure how to include:
"C:\Users\Me\Documents\Program.exe" -switch
It doesn't work as:
Shell ("C:\Users\Me\Documents\Program.exe" -switch)
Shell ("C:\Program Files (x86)\Google\Chrome\Application\chrome.exe")
So I'm pretty sure that it is the base of what I need to use for this other program, but the other program I need to use a shortcut which has a command line switch in the target filepath that I'm not sure how to include:
"C:\Users\Me\Documents\Program.exe" -switch
It doesn't work as:
Shell ("C:\Users\Me\Documents\Program.exe" -switch)