You might not be using the code correctly
a function returns a value and you must assign it to a variable when using parenthesis
'EXAMPLE
x = Shell("c:\winnt\explorer.exe c:\", vbNormalFocus)
if you call a function without parenthesis you can not retrieve the return value...
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.