View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming,microsoft.public.excel
Auric__ Auric__ is offline
external usenet poster
 
Posts: 538
Default Read (and parse) file on the web

I wrote:

tmp = Environ("TEMP") & Format$(Now, "yyyymmdd-hhmmss-") & "gTX.htm"


Damn, missed a backslash.

tmp = Environ("TEMP") & "\" & Format$(Now, "yyyymmdd-hhmmss-") & "gTX.htm"

--
I'm willing to table this discussion for now, and sneak out, if you are.