View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Rob van Gelder[_4_] Rob van Gelder[_4_] is offline
external usenet poster
 
Posts: 1,236
Default DisplayAlerts Intermittently stops working

Just make sure there's no error in the error stack.

Do something like Err.Clear

--
Rob van Gelder - http://www.vangelder.co.nz/excel


"Daniel" wrote in message
...
Hi,

I am having a problem with the displayalrerts variable in
Excel 2000. I have a set of spreadsheets which run every
hour on a Win2k box. These are automated spreadsheets so
I don't require prompts to be displayed. I have set the
displayalerts variable to false to avoid this. However,
while these reports usually run fine, there are times
whens the message "Do you wish to save changes to ..."
gets displayed. I have also been receiving out-of-memory
messages when there is clearly enough memory. Its running
on a Win2k pro box with 512mb of ram and a 1.7Ghz
processor with 32gb of hard disk space.

Thanks for any help.

Daniel.