I created a userform to enter data into a large database. I want the format for dates (and currency $xxx.xx) to format to a proper default.
I want the date entries to display as: mm/dd/yyyy
For example if the user enter enters 3/16 in the UserForm, enter the full date of: 3/16/2019 INTO the database.
Do I need a variable on top? The things I've tried have said, "Variable Not Defined".