C
Claus Busch
Hi,
Am Thu, 13 Jun 2013 04:13:31 -0500 schrieb StargateFan:
the path for the calculator is wrong. Try:
RetVal = Shell("C:\Windows\System32\calc.exe", 1)
Regards
Claus Busch
Am Thu, 13 Jun 2013 04:13:31 -0500 schrieb StargateFan:
I found code to supposedly do this but I haven't gotten it to work. I
have this in my commandbar macros lineup:
***************************
Sub Launch_Windows_CALCULATOR()
' from: http://www.mrexcel.com/archive/VBA/17001.html
Dim RetVal
RetVal = Shell("C:\WINDOWS\CALC.EXE", 1) ' The "1" is a
position upper left of the screen?, JSW
End Sub
***************************
the path for the calculator is wrong. Try:
RetVal = Shell("C:\Windows\System32\calc.exe", 1)
Regards
Claus Busch