Is there a way to have DTPicker default value equal the first day of the current month?
I’m thinking…
All of my code attempts result in errors or wacky dates
I’m thinking…
Code:
Private Sub Userform_Activate()<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /><o:p></o:p>
<o:p></o:p>
DTPicker1.Value = (insert code here)???
All of my code attempts result in errors or wacky dates