Dear all,

using this line...
Open StrFilePath For Input Lock Read As #FileNum ' Open file and lock it.
... it seems that I can't open a StrFilePath that includes spaces. In fact, MrExcel has a thread which also refers to this problem (but that does not propose a solution). Is there a solution?

Thought about replacing the spaces with "%20" like in an URL but that causes it's own problems (i.e. it doesn't seem to work).