Hi,
I would like that when i open the userform the dat would automatically be shown in textbox 1
I thought the below code was correct but upon opening the form textbox 1 is still empty.
ThisWorkbook.Worksheets("POSTAGE").Cells(LastRow + 1, 1).Value = TextBox1.Text = Format(Now(), "MM/DD/YY")