Human_doing
Board Regular
- Joined
- Feb 16, 2011
- Messages
- 137
Hi all,
Can anyone please help with the code to make a user form open to today's date? As far as I can work out the below code should open the form when workbook is opened and at today's date but doesn't seem to work could anyone please help?
Can anyone please help with the code to make a user form open to today's date? As far as I can work out the below code should open the form when workbook is opened and at today's date but doesn't seem to work could anyone please help?
Code:
Private Sub Workbook_Open()
Form.Show
Form.Calendar1.Value = Date
End Sub