I am storing a folder path as a string in macro. It is dynamic, macro takes path of folder that was specified by user. I want to open it using Shell
line, but it needs folder path between quotation marks to work.
I tried to add it using:
FPath = " " " & FPath " " "
but, clearly, it is not a thing in VBA.