G
Guest
hello all,
I'm trying to write a loop that would do the following
ws.Cells(1, 2).Value = frm_Activity.TB1.Value
until it reaches the 50th row. But it also needs to change the textbox
number as it loops.
could someone help me with the syntax?
I'm trying to write a loop that would do the following
ws.Cells(1, 2).Value = frm_Activity.TB1.Value
until it reaches the 50th row. But it also needs to change the textbox
number as it loops.
could someone help me with the syntax?