View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Michael Malinsky[_2_] Michael Malinsky[_2_] is offline
external usenet poster
 
Posts: 32
Default SendKeys and Application.ScreenUpdating

I have a module in which I'm using SendKeys to change a printer
property. At the beginning of the module, I have
Application.ScreenUpdating = False so hide the various dialog boxes
that open and close during the process. The problem is that the
ScreenUpdating command looks to be ignored as I can see everything that
is happening.

Any help is appreciated.

TIA,
Mike.