View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Norman Jones Norman Jones is offline
external usenet poster
 
Posts: 5,302
Default How to show a progress bar in sheet calculation?

Hi Zoo,

See John Walkenbach at:

http://www.j-walk.com/ss/excel/tips/tip34.htm

Look also in VBA help for the StatusBar property.

---
Regards,
Norman



"Zoo" wrote in message
...
Excel shows "Calculating cells **%" in the statusbar while calculating.

I want to show my own progress bar instead of that while sheet
calculation.
Does any one know how to do that?