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.
|