I am running into an error 52 problem when I try to open a file with a space in the name. I have tried quoting and unquoting but to no avail. Here is an example:
FileName = Chr(34) "\gem detail.txt" & Chr(34)
FileNumber = FreeFile
Open FileName For Input As FileNumber
What I am doing...
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.