View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
tlee tlee is offline
external usenet poster
 
Posts: 40
Default How to implement the progress bar to indicate the Macro start to finish

Hi all,

Could anyone help me how to implement the progress bar to indicate the Marco
from start to end?

I want to let the user know the macro is running and not is halt. I found
some related information. However, it counts the selection.cells.count to
implement.

In my macro, I already need to select all cells for doing work. Therefore it
is not so suitable in my case.

Thanks for in advance.

Tlee