View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
Jeff Jeff is offline
external usenet poster
 
Posts: 921
Default How to stop the user from seeing what's going on

Thanks. I was getting an error message with that when I didn't include the
equal sign (don't have to in Access). Works fine now.

"Darrin Henshaw" wrote:

Also try Application.ScreenUpdating = False

That will stop them from seeing excel activate the worksheets.

*** Sent via Developersdex http://www.developersdex.com ***