Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am using Office 2003 on Windows XP.
Since migrating to Office 2003, the "StatusBar" does not function as intended. In previous versions, I routinely placed something like the following in my code: Application.StatusBar = "Downloading @: " & Format(Now(), "hh:mm am/pm" <other code here Application.StatusBar = "Formatting..." <other code here etc., etc. This worked great since I could use the status bar as a pseudo progress meter. I also use it to help me time my code to see where it's inefficient. In Office 2003 however, the statusbar only updates the first time the code is located. After that, it stays the same until the program is done. Does anyone know why this happens and how I can force it to update whenever the code line is encountered? Thanks much in advance. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
SECURITY UPDATE FAILS TO INSTALL | Excel Discussion (Misc queries) | |||
MSN Stock Quotes Addin fails to update | Excel Worksheet Functions | |||
Excel formula fails to update | Excel Discussion (Misc queries) | |||
Update fails. Source not found. | Links and Linking in Excel | |||
Row insert fails to update Sum formula | Excel Programming |