I feel like I'm losing my mind here. I have a simple subroutine in Excel 2003, and on some computers it works, on others it doesn't:
Code Snippet
Sub test()
retval = Shell("c:\windows\notepad.exe", vbMaximizedFocus)
MsgBox retval
End Sub
In particular, ALL the computers at work do...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.