Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default show the form as minimized window

Then if I want to show the form as minimized window
state , can I do so using VBA?

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 66
Default show the form as minimized window

I dont think you can. but you can change the size and posisiton so it looks
like a minize window.


If UserForm1.Height 30 Then

UserForm1.Height = 30
UserForm1.Left = 494
UserForm1.Top = 525
Else

UserForm1.Height = 180
UserForm1.Left = 258.5

UserForm1.Top = 203

End If

also make it modeless so you can work on the sheet while the form still
open.
"Jean Oct" wrote in message
...
Then if I want to show the form as minimized window
state , can I do so using VBA?



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
Excel VB - show userform1 (at same time) minimized application win Dr.CIMS Excel Discussion (Misc queries) 1 September 13th 07 02:14 AM
Why do minimized workbooks in Excell not show file names? george Excel Discussion (Misc queries) 1 May 26th 06 10:31 PM
Why do minimized workbooks in Excell not show file names? george Excel Discussion (Misc queries) 0 May 26th 06 09:25 PM
Help window opens minimized Dick L Excel Discussion (Misc queries) 0 September 22nd 05 12:07 AM
How to keep window + form activate together John Brash Excel Programming 1 July 24th 03 10:13 AM


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