View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Susan Lammi Susan Lammi is offline
external usenet poster
 
Posts: 11
Default unable to control screenupdating

I have some very extensive VBA Code running in Excel. I am having trouble
controling the screen updating.

It seems that anytime I open a new workbook via VBA the screenupdating
resets to True also

Running in debug I can see that sometimes the command
Application.screenupdating=false seems not to have any effect at all.

Are there any hints/tips anyone can offer.

Thanks