Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() I know that on can manually set the userform launching possition but i it possible for the userform to fill the full screen automatically whe you load it...reason...so u have the same visual when working on a 15 17 or 19" screen. Thanks Theun -- T.c.Goosen197 ----------------------------------------------------------------------- T.c.Goosen1977's Profile: http://www.excelforum.com/member.php...fo&userid=3589 View this thread: http://www.excelforum.com/showthread.php?threadid=55836 |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Sub UserForm_Initialize()
With Application Me.Top = .Top Me.Left = .Left Me.Height = .Height Me.Width = .Width End With End Sub "T.c.Goosen1977" wrote: I know that on can manually set the userform launching possition but is it possible for the userform to fill the full screen automatically when you load it...reason...so u have the same visual when working on a 15, 17 or 19" screen. Thanks Theuns -- T.c.Goosen1977 ------------------------------------------------------------------------ T.c.Goosen1977's Profile: http://www.excelforum.com/member.php...o&userid=35895 View this thread: http://www.excelforum.com/showthread...hreadid=558364 |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() cool Regards Theuns -- T.c.Goosen1977 ------------------------------------------------------------------------ T.c.Goosen1977's Profile: http://www.excelforum.com/member.php...o&userid=35895 View this thread: http://www.excelforum.com/showthread...hreadid=558364 |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() I have tried it but a msgbox pops up highlighting the Me.Top and displaying "Compile error, invalid use of property"....any advice? -- T.c.Goosen1977 ------------------------------------------------------------------------ T.c.Goosen1977's Profile: http://www.excelforum.com/member.php...o&userid=35895 View this thread: http://www.excelforum.com/showthread...hreadid=558364 |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() my mistake...it works 100 Thanks Theuns -- T.c.Goosen1977 ------------------------------------------------------------------------ T.c.Goosen1977's Profile: http://www.excelforum.com/member.php...o&userid=35895 View this thread: http://www.excelforum.com/showthread...hreadid=558364 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|