ws.Cells(iRow, 1).Value = Me.TextBox1.Value
ws.Cells(iRow, 2).Value = Me.TextBox2.Value
ws.Cells(iRow, 3).Value = Me.Num1.Value
ws.Cells(iRow, 4).Value = Format(Me.TextBox8.Value, "DD/MM/YY")
ws.Cells(iRow, 5).Value = Me.Num2.Value
ws.Cells(iRow, 6).Value = Format(Me.TextBox9.Value, "DD/MM/YY")
ws.Cells(iRow, 7).Value = Me.Num3.Value
ws.Cells(iRow, 8).Value = Format(Me.TextBox10.Value, "DD/MM/YY")
ws.Cells(iRow, 9).Value = Me.Num4.Value
ws.Cells(iRow, 10).Value = Format(Me.TextBox11.Value, "DD/MM/YY")
ws.Cells(iRow, 11).Value = Me.Num5.Value
ws.Cells(iRow, 12).Value = Format(Me.TextBox12.Value, "DD/MM/YY")
ws.Cells(iRow, 13).Value = Me.Num6.Value
ws.Cells(iRow, 14).Value = Format(Me.TextBox13.Value, "DD/MM/YY")
ws.Cells(iRow, 15).Value = Me.Num7.Value
ws.Cells(iRow, 16).Value = Format(Me.TextBox14.Value, "DD/MM/YY")
ws.Cells(iRow, 17).Value = Me.Num8.Value
ws.Cells(iRow, 18).Value = Format(Me.TextBox15.Value, "DD/MM/YY")
ws.Cells(iRow, 19).Value = Me.Num9.Value
ws.Cells(iRow, 20).Value = Format(Me.TextBox16.Value, "DD/MM/YY")
ws.Cells(iRow, 21).Value = Me.Num10.Value
ws.Cells(iRow, 22).Value = Format(Me.TextBox17.Value, "DD/MM/YY")
ws.Cells(iRow, 23).Value = Me.Num11.Value
ws.Cells(iRow, 24).Value = Format(Me.TextBox18.Value, "DD/MM/YY")
ws.Cells(iRow, 25).Value = Me.Num12.Value
ws.Cells(iRow, 26).Value = Format(Me.TextBox19.Value, "DD/MM/YY")
ws.Cells(iRow, 27).Value = Me.Num13.Value
ws.Cells(iRow, 28).Value = Format(Me.TextBox20.Value, "DD/MM/YY")
ws.Cells(iRow, 29).Value = Me.Num14.Value
ws.Cells(iRow, 30).Value = Format(Me.TextBox21.Value, "DD/MM/YY")
ws.Cells(iRow, 31).Value = Me.Num15.Value
ws.Cells(iRow, 32).Value = Format(Me.TextBox22.Value, "DD/MM/YY")
ws.Cells(iRow, 33).Value = Me.Num16.Value
ws.Cells(iRow, 34).Value = Format(Me.TextBox23.Value, "DD/MM/YY")
ws.Cells(iRow, 35).Value = Me.Num17.Value
ws.Cells(iRow, 36).Value = Format(Me.TextBox24.Value, "DD/MM/YY")
ws.Cells(iRow, 37).Value = Me.Num18.Value
ws.Cells(iRow, 38).Value = Format(Me.TextBox25.Value, "DD/MM/YY")
Bookmarks