My user form has a Calendar control called “CalendarControl”. I want the current date to get focus when the form is loaded. I know this sounds like a simple thing but I can’t for the life of me get it to work. I thought I should just use:
CalendarControl.Value = Date
The value under properties keeps reverting back to the date I wrote the code…any help for this novice would be appreciated since it seems EVERYTHING I find on the internet has to do with Access, not Word and although similar, what works for Access doesn’t necessarily work for Word.