Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Please Help I am trying to run a progress bar while VB is performing it's procedures to let the user know the worksheet is calculating. I can not find the timer in Excel VB 97. I want the progress bar to simply move back and forth. Thanks in Advance ---CDotWin--- |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
code won't be running while the sheet is calculating. Excel isn't
multitasking. -- Regards, Tom Ogilvy "CDotWin" wrote in message ... Please Help I am trying to run a progress bar while VB is performing it's procedures to let the user know the worksheet is calculating. I can not find the timer in Excel VB 97. I want the progress bar to simply move back and forth. Thanks in Advance ---CDotWin--- |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I just change the status bar to say WORKING and then
freeze the panes until it's done, then unfreeze and reset the status bar. -----Original Message----- code won't be running while the sheet is calculating. Excel isn't multitasking. -- Regards, Tom Ogilvy "CDotWin" wrote in message ... Please Help I am trying to run a progress bar while VB is performing it's procedures to let the user know the worksheet is calculating. I can not find the timer in Excel VB 97. I want the progress bar to simply move back and forth. Thanks in Advance ---CDotWin--- . |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Try adapting the code shown at
http://www.mrexcel.com/archive/Controls/31950.html "CDotWin" wrote in message ... Please Help I am trying to run a progress bar while VB is performing it's procedures to let the user know the worksheet is calculating. I can not find the timer in Excel VB 97. I want the progress bar to simply move back and forth. Thanks in Advance ---CDotWin--- |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Timer | Excel Discussion (Misc queries) | |||
Stopping a Timer / Running a timer simultaneously on Excel | Excel Discussion (Misc queries) | |||
Timer | Excel Programming | |||
Timer | Excel Programming | |||
API Timer | Excel Programming |