I have a userform with a textbox. When the userform loads, I want the textbox to refer to a particular cell (which is formatted "mmmm d, yyyy") and if that cell is blank, i want the textbox in the form to display today's date. If the cell is not blank, I would like it to display the date already in the cell.

Can anyone help?