View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Petro[_2_] Petro[_2_] is offline
external usenet poster
 
Posts: 1
Default Screenupdating is always true

Hey,
the coding is:
....
application.screenupdating = false
....

but in the time when the macro is working, screen is
always updated. When I have a look with debugger I can see
that after the statement application.screenupdating =
false the characteristic is true and I can't change it.

Any idea ?

Regards
Petro