dcunningham
Board Regular
- Joined
- Jul 14, 2015
- Messages
- 58
Hi Everyone,
Quick question, what is the easiest way to have a monthview control default to the current date when it's launched? I know I could do something like
And have A1 fill with the current date, but I feel like there must be a way to do this without a cell reference.
Thanks,
Dan
Quick question, what is the easiest way to have a monthview control default to the current date when it's launched? I know I could do something like
Code:
MonthView1.Value = Range("A1").Value
And have A1 fill with the current date, but I feel like there must be a way to do this without a cell reference.
Thanks,
Dan