Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 10
Default Problem with Splash Screen user form with updating status

I have a user form that loads at the beginning of a long list of vb
code as a splashscreen (Modal = 0), screen updating, events, and
autocalculations are all off. At certain points during the code,
check boxes are updated with the status of the code. When I step
through this code, line by line, everything works perfectly.
However, when I run the code, the splash screen loads and does not
update until it is closed at the end of the code. I am turning
screenupdating on before each command is sent to the userform and then
off again after. Is there some amount of time required to process
these commands? Can anyone help? Thanks

Brian

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 10,593
Default Problem with Splash Screen user form with updating status

Checkboxes on the form?

Try adding DoEvents after the update.

--
---
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)



wrote in message
oups.com...
I have a user form that loads at the beginning of a long list of vb
code as a splashscreen (Modal = 0), screen updating, events, and
autocalculations are all off. At certain points during the code,
check boxes are updated with the status of the code. When I step
through this code, line by line, everything works perfectly.
However, when I run the code, the splash screen loads and does not
update until it is closed at the end of the code. I am turning
screenupdating on before each command is sent to the userform and then
off again after. Is there some amount of time required to process
these commands? Can anyone help? Thanks

Brian



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 10
Default Problem with Splash Screen user form with updating status

I got it, but to anyone else who is curious, UserFormName.repaint will
do the trick.

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
Changing Transparency of User Form or Splash Screen NickHK Excel Programming 0 January 19th 07 09:25 AM
Splash Screen Problem Smonczka Excel Programming 15 June 17th 05 02:42 AM
Splash Screen problem Glen Mettler[_2_] Excel Programming 3 February 18th 05 01:44 PM
splash screen macro problem PKyle Excel Programming 4 February 9th 05 03:15 PM
Splash Screen Problem Alan Roberts Excel Programming 1 February 29th 04 03:05 PM


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

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

About Us

"It's about Microsoft Excel"