Home |
Search |
Today's Posts |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
On Sun, 23 Jan 2011 10:29:38 -0800, "Jim Cone"
wrote: Sub GetStarted Dim BigSize as Boolean Dim SmallSize as Boolean BigSize = True Call ShowMinMax(SmallSize, BigSize) End Sub Thank you so much. It's interesiting to note the effect of the four different combination possibilities. BigSize = False, SmallSize = False hides both restore and minimize buttons. BigSize = True, SmallSize = True restores/shows both restore and minimize buttons. BigSize = True, SmallSize = False - Shows both buttons with the minimize button deactivated. BigSize = False, SmallSize = True - Shows both buttons with the restore button deactivated. Again, Thank You. Your help is appreciated. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Disable Minimize/Maximize button for Excel 2007 Application | Excel Programming | |||
How to show the maximize button | Excel Programming | |||
how do i minimize/maximize a workbook from vba? I want to minimize it durring processing to speed things up a bit | Excel Worksheet Functions | |||
Minimize/Maximize excel restores command bars | Excel Programming | |||
Maximize minimize and restore button | Excel Programming |