Thread: Macros
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Dave Peterson Dave Peterson is offline
external usenet poster
 
Posts: 35,218
Default Macros

Maybe...

Application.screenupdating = false
'your code here
application.screenupdating = true



Tonie wrote:

Who can I run a macro in the background and ensure that only the control
screen is visible. I don't want anybody to see what my macro is doing?


--

Dave Peterson