ipbr21054
Well-known Member
- Joined
- Nov 16, 2010
- Messages
- 5,736
- Office Version
- 2007
- Platform
- Windows
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.
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.
Code:
ThisWorkbook.Worksheets("POSTAGE").Cells(LastRow + 1, 1).Value = TextBox1.Text = Format(Now(), "MM/DD/YY")