Been away from VBA for a while, relearning. Have a textbox and when I clicking the textbox I want the Date to appear. Using following in onclick event for the textbox;
Private Sub datebox_Click()
datebox.Value = Date
End Sub
I get Method or data member not found.
Thanks
Private Sub datebox_Click()
datebox.Value = Date
End Sub
I get Method or data member not found.
Thanks