My code:
With Cells(llRow, 2)
.Value = CDate(txtDateADD.Value)
.NumberFormat = "mm/dd/yyyy hh:mm"
End With
txtDateADD is a textbox where the user enters a date.
what I need to go into the cell (llRow, 2) when a commandbutton is clicked and the data is copied to my worksheet, is...