![]() |
Splash
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 |
Splash
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 |
All times are GMT +1. The time now is 04:07 AM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com