I am getting a "path not found" error when the folder name consist of two words such as c:\word1 word2\. I have tried,
I have noticed that some people in the organization have made folder names using two words.
TIA
Mike
Code:
strFolder = c:\word1 word2
Set sFolder = oFso.getfolder(chr(34) & strFolder & chr(34))
TIA
Mike