Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 553
Default ShowModal = False but Textbox does not show on userform

I have a userform which is shown while a macro is running (Almost like a
status bar). I have set ShowModal property = False to do so. When I pull up
the form I do so with:

SummaryForm.Show

When I do so the textbox in the form does not show. Why is this? When
ShowModal = True it pulls the form up and shows the textbox, however it halts
my code which I don't want.



Thanks

EM
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,494
Default ShowModal = False but Textbox does not show on userform

right after the code that shows the form, add this :

DoEvents

see if that helps.

--


Gary


"ExcelMonkey" wrote in message
...
I have a userform which is shown while a macro is running (Almost like a
status bar). I have set ShowModal property = False to do so. When I pull up
the form I do so with:

SummaryForm.Show

When I do so the textbox in the form does not show. Why is this? When
ShowModal = True it pulls the form up and shows the textbox, however it halts
my code which I don't want.



Thanks

EM



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
textbox show correct time in userform Titus[_3_] Excel Programming 1 October 28th 06 10:04 PM
How to change the return of a textbox from TRUE/FALSE to YES/NO? Gldenboy2 Excel Discussion (Misc queries) 2 June 24th 05 11:30 PM
UserForm - ShowModal Error Brian Hribek[_3_] Excel Programming 2 October 31st 04 04:11 PM
SetFocus to first textbox on userform upon Userform1.Show Paul Simon[_3_] Excel Programming 6 February 11th 04 04:31 PM
UserForm TextBox to ActiveSheet TextBox over 256 characters Dan E[_2_] Excel Programming 1 July 28th 03 07:36 PM


All times are GMT +1. The time now is 12:21 AM.

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"