#1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default 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
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5
Default 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



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Splash Tim Excel Programming 4 July 8th 04 03:22 PM
splash Jessie[_4_] Excel Programming 1 February 13th 04 12:57 AM
Splash Screen Lee Excel Programming 0 December 1st 03 05:08 PM
Splash Screen Libby -xl97 Excel Programming 2 November 10th 03 09:10 PM
VBA splash screen scott[_6_] Excel Programming 2 October 16th 03 09:27 AM


All times are GMT +1. The time now is 12:34 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"