View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Vic Eldridge Vic Eldridge is offline
external usenet poster
 
Posts: 50
Default Screenupdating is always true

Hi Petro,

I seem to remember that the programmatic use of the Solver AddIn
can affect the state of Application.Screenupdating.
Could that be the problem here ?

Regards,
Vic Eldridge


"Petro" wrote in message ...
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