mtheriault2000
Well-known Member
- Joined
- Oct 23, 2008
- Messages
- 826
Hello
How can I start an application with administrator privileged using a shell command
Any help appreciated
Martin
My actual code is
How can I start an application with administrator privileged using a shell command
Any help appreciated
Martin
My actual code is
VBA Code:
Retcode = Shell("""C:\Program Files\TS Support\MultiCharts64\MC64\MultiCharts64.exe"" ""G:\Users\Utilisateur\Documents\Martin\Documents\Document Bourse\MultiChart\WorkSheet\1 Hour\4_ScalesChart\4Scales_Desktop.mcd""", vbNormalFocus)