How can i get the date to appear on the first column of the row when using this macro.
'copy the data to the database
ws.Cells(iRow, 1).Value =
ws.Cells(iRow, 3).Value = " " & Me.textbox_name.Value
ws.Cells(iRow, 4).Value = Me.Label4.Caption
ws.Cells(iRow, 5).Value = Me.Label3.Caption
ws.Cells(iRow, 6).Value = Me.Label5.Caption
ws.Cells(iRow, 7).Value = "2"
Open in new window