Hello.
I am trying to open a folder with shell.
When I use the following code in the immediate window it works properly.
? Shell ("explorer.exe C:\documents", vbNormalFocus)
however when I put in this code in the module I get a syntax error.
I tried to remove the "(" & ")" from the equation however it stops working.

Please advise what I'm doing wrong.

Thank you for your help in advance