Try converting the 'text' dates into 'real' dates using CDate or DateValue.
For example if TextBox9 contained a date.
![]()
ws.Cells(iRow, 6).Value = CDate(Me.TextBox9.Text)
Try converting the 'text' dates into 'real' dates using CDate or DateValue.
For example if TextBox9 contained a date.
![]()
ws.Cells(iRow, 6).Value = CDate(Me.TextBox9.Text)
If posting code please use code tags, see here.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks