Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have a text box on a form that I'm using to keep the user updated on what
the macro is doing after clicking on 'OK' (the form stays open). So at different intervals during the running of the code, I use the command (or something like it): ufSelectRun.tbxStatusBar.Value = "downloading data..." where ufSelectRun is the userform and tbxStatusBar is the text box. However Excel seems to be quite selective about when it updates. So whilst the command may be the first line of code post variable declaration, the text box doesn't seem to update until the entire subroutine has finished. Does anyone know the mechanics of how forms update? How do I get it to show the updates at the right time? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
excel not updating text boxes | Excel Discussion (Misc queries) | |||
text boxes on forms | Excel Programming | |||
Forms - Loop thru text boxes | Excel Programming | |||
forms / text boxes | Excel Programming | |||
Setting Property Values of Text Boxes within Forms | Excel Programming |