View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Dave Peterson Dave Peterson is offline
external usenet poster
 
Posts: 35,218
Default Temporary Folder Location

This works under some versions of windows:

MsgBox Environ("Temp")

But test it in all your environments.

Bill wrote:

Hello All,
Is there an easy way to find the path of the temporary folder in Windows?
Thanks.


--

Dave Peterson