underpressure
Board Regular
- Joined
- Nov 24, 2012
- Messages
- 141
TextBoxes 1, 2, 3 are intended for date of birth entry into a ws.
The ws is formatted as Date mm/dd/yy
ws.Cells(iRow, 4).Value = Me.TextBox1.Value & Me.TextBox2.Value & Me.TextBox3.Value
TextBox entries = 05 12 52
Ws formula bar = 04/26/2040
I can’t figure out a workaround for this issue.
The ws is formatted as Date mm/dd/yy
ws.Cells(iRow, 4).Value = Me.TextBox1.Value & Me.TextBox2.Value & Me.TextBox3.Value
TextBox entries = 05 12 52
Ws formula bar = 04/26/2040
I can’t figure out a workaround for this issue.