Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have created a splash screen to stay visible while some
code is executing. Does anyone have any tips or links to create a progress bar or flashing text. I wouldn't mind having a label or text box flash visible a few times. Thanks |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
You can try using a scrollbar.
Private Sub UserForm_Activate() For x = ScrollBar1.Min To ScrollBar1.Max ScrollBar1.Value = x UserForm1.Repaint Next x End Sub Michael Tomasura "Jena" wrote in message ... I have created a splash screen to stay visible while some code is executing. Does anyone have any tips or links to create a progress bar or flashing text. I wouldn't mind having a label or text box flash visible a few times. Thanks |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Splash | Excel Programming | |||
splash | Excel Programming | |||
Splash Screen | Excel Programming | |||
Splash Screen | Excel Programming | |||
VBA splash screen | Excel Programming |