Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
How do you make a calendar control display the current date when it is
opened? |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Try
Sub Auto_Open() Worksheets("SHeet1").OLEObjects("Calendar1").Objec t.Value = Now End Sub -- Cordially, Chip Pearson Microsoft MVP - Excel Pearson Software Consulting, LLC www.cpearson.com "Patrick Simonds" wrote in message ... How do you make a calendar control display the current date when it is opened? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Calendar Control | Excel Discussion (Misc queries) | |||
Calendar Control -- Is this possible? | Excel Discussion (Misc queries) | |||
Calendar control | Excel Discussion (Misc queries) | |||
Control disappeared problem - specifically, the Calendar Control | Excel Programming | |||
Calendar Control: Can't exit design mode because control can't be created | Excel Programming |