View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] yajiv.vijay@gmail.com is offline
external usenet poster
 
Posts: 10
Default How to run a process in the background?

I have a macro which will create sheets and update its contents.
I have used
applicaiton.screenupdating=false
to have a background process. I still want to update the user whats
happening behind. Perhaps with a progress bar. Is it possible to have
control on one sheet and have the macro running on the background?