Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am wanting to change label caption on userform while code runs.
Have got it working as follows inserted in break in VB but is there a better way? UserForm1.Hide UserForm1.Show vbModeless UserForm1.Label1.Caption = "Step 2 in progress" Application.Wait Now + TimeValue("0:0:01") Thanks Simon |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Possibly. Look at Chip Pearson's page on application.Ontime
http://www.cpearson.com/excel/ontime.htm -- Regards, Tom Ogilvy "Sliman" wrote: I am wanting to change label caption on userform while code runs. Have got it working as follows inserted in break in VB but is there a better way? UserForm1.Hide UserForm1.Show vbModeless UserForm1.Label1.Caption = "Step 2 in progress" Application.Wait Now + TimeValue("0:0:01") Thanks Simon |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
label caption | Excel Discussion (Misc queries) | |||
Changing label caption in a Userform to an opterator value | Excel Programming | |||
Userform - Label Caption - How to update from a variable | Excel Programming | |||
Label Caption Just Wont Work on UserForm | Excel Programming | |||
label caption | Excel Programming |