J
Jared
I am trying to create a loop that will enter data according to a loop but no
success:
I have location1,Location2 Location3 Variables Up to 50 How do i correct
this so it works?
For i= 1 to 50
location(i)=Worksheets(1).cells(i).value
Next i
End Sub
success:
I have location1,Location2 Location3 Variables Up to 50 How do i correct
this so it works?
For i= 1 to 50
location(i)=Worksheets(1).cells(i).value
Next i
End Sub