Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Excel / New Users / July 2007

Tip: Looking for answers? Try searching our database.

ShowModal = False

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Gordon - 14 Jul 2007 23:28 GMT
Can bring up UserForm(Modal), but cannot load it with message.

Program takes 45 seconds and is showing deck top.  Want to show
UserForm with message "Stand-By".  If not userForm what would you
suggest?

Thank you,
Gordon
Chip Pearson - 15 Jul 2007 00:04 GMT
Gordon,

Show the form modelessly.

UserForm1.Show vbModeless
UserForm1.lblMessage.Caption = "Stand By...."

Signature

Cordially,
Chip Pearson
Microsoft MVP  - Excel
Pearson Software Consulting
www.cpearson.com
(email on the web site)

> Can bring up UserForm(Modal), but cannot load it with message.
>
[quoted text clipped - 4 lines]
> Thank you,
> Gordon
Dave Peterson - 15 Jul 2007 01:50 GMT
Or

Load UserForm1
UserForm1.Label1.Caption = "Stand By...."
UserForm1.Show

===
Or maybe put the code in the userform_initialize procedure.

> Can bring up UserForm(Modal), but cannot load it with message.
>
[quoted text clipped - 4 lines]
> Thank you,
> Gordon

Signature

Dave Peterson

 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.