Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default UserForm Show problem


Dear all,


Application.WindowState = xlMinimized
UserForm1.show

This has problem, the UserForm did not show after min Excel.
However some input are required from UserForm to next step in Excel
VBA.
How to fix this problem?

Best regards


--
gabch
------------------------------------------------------------------------
gabch's Profile: http://www.excelforum.com/member.php...o&userid=30662
View this thread: http://www.excelforum.com/showthread...hreadid=519312

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default UserForm Show problem

Try

Application.Visible = False
UserForm1.show

--
Regards,
Tom Ogilvy


"gabch" wrote in
message ...

Dear all,


Application.WindowState = xlMinimized
UserForm1.show

This has problem, the UserForm did not show after min Excel.
However some input are required from UserForm to next step in Excel
VBA.
How to fix this problem?

Best regards


--
gabch
------------------------------------------------------------------------
gabch's Profile:

http://www.excelforum.com/member.php...o&userid=30662
View this thread: http://www.excelforum.com/showthread...hreadid=519312



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
picking a userform to show natanz[_2_] Excel Programming 1 September 28th 05 08:49 AM
Userform show problem... RPIJG[_59_] Excel Programming 0 June 29th 04 04:15 PM
How to Show a userform from XLA sub Thibault Excel Programming 1 December 8th 03 03:36 PM
show a userform Joe[_17_] Excel Programming 0 July 18th 03 03:25 PM


All times are GMT +1. The time now is 11:44 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"