Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() 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
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
picking a userform to show | Excel Programming | |||
Userform show problem... | Excel Programming | |||
How to Show a userform from XLA sub | Excel Programming | |||
show a userform | Excel Programming |