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%") '<<<<
|