Excel VBA

css navigation by Css3Menu.com

Status Bar

Found this cool piece of code to build a status bar across the bottom of your screen while a long running application is running.
Application.StatusBar = Application.Rept("|", _
  Application.Floor(50 * currRow / lastRow, 1))

The spreadhseet I stole it from had this in a cell that was translating a percentage.

© 2008-2024

Updated:  01/23/2024 13:34
This page added:  02 April 2008