View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Norman Jones Norman Jones is offline
external usenet poster
 
Posts: 5,302
Default Strange serious problem

Hi Alok,

'--------------
The problem you are having sounds like a problem that can be caused by too
many temp files. Check for files in Temp directories. I do not remember the
exact location of the Temp directory but it is probably C:\Windows\Temp. The
files have the extension .tmp so you can also search for the files ending in
..tmp and from there you will get an idea of the folder. Just delete the .tmp
files and see if that makes a difference.

'--------------

Start | Run | %Temp% | OK


---
Regards,
Norman