View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Telecorder Telecorder is offline
external usenet poster
 
Posts: 6
Default Macro Progress Indicator

"Jim Cone" wrote:
You also can simulate (somewhat) a progress bar within the status bar
by displaying consecutive characters (filled squares).
Jim Cone


Curious... how would I code the status bar to reflect conscutive filled
squares in each... I assume one would modify the "#00%" portion of the
statusbar code but with what?

Application.StatusBar = "Part One of Four " & Format$(t / n, "#00%") '<<<<