Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I've used mscal.ocx to create a calendar control on a user form - However
the calendar gets larger each time I use it How can I prevent this ? Regards & TIA |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thanks for the tip ... I've done that but somehow feel that it shouldn't be
necessary "merjet" wrote in message ups.com... Try fixing the size when the UserForm is activated like this. Private Sub UserForm_Activate() Calendar1.Height = 120 Calendar1.Width = 180 End Sub Hth, Merjet |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Calendar Control | Excel Programming | |||
Calendar Control | Excel Programming | |||
Control disappeared problem - specifically, the Calendar Control | Excel Programming | |||
Calendar Control | Excel Programming | |||
Calendar Control: Can't exit design mode because control can't be created | Excel Programming |