Read (and parse) file on the web
Auric__ wrote:
I wrote:
tmp = Environ("TEMP")& Format$(Now, "yyyymmdd-hhmmss-")& "gTX.htm"
Damn, missed a backslash.
tmp = Environ("TEMP")& "\"& Format$(Now, "yyyymmdd-hhmmss-")& "gTX.htm"
Thanks for the correction to the "path" of destruction.
|