tmp files created

D

dovrox

I am using vba to open and close worksheets to get data but tmp files
are being created and not removed when the file is being closed.
There must be some way around this as the tmp files are a handbrake
when opening the original file.
 
D

Dave Peterson

The only tmp files (actual files with .tmp as the extension) are created in the
windows temporary folder.

But there have been posts that say .tmp files are appearing. Any chance you
have an addin that uses these or maybe your antivirus program creates them?????
 
Top