View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Don Guillett Don Guillett is offline
external usenet poster
 
Posts: 10,124
Default Code skipping when screenupdating is turned off

It might help if you posted your code..

--
Don Guillett
SalesAid Software

"RominallL" wrote in message
...
I have several modules that run in succession. However, when I have screen
updating turned off it jumps over one small module. When I'm testing the
code and have screen updating turned on, it works fine. I have also tried
putting a breakpoint in the code with screenupdating turned off but it
still
just skips over it.

I'm confuzzled.