what i need to do is:
c2.xv = c1.xv
c3.xv = c1.xv
and so on until
c50.xv = c1.xv
i tried making a for loop but its not working. here it is
Dim N As Integer
For N = 2 To 50
c(N).xv =c1.xv
Next N
could anyone tell me what is wrong with this please
|
Results 1 to 8 of 8
Thread: for loop problemThreaded View
|
Click Here to Expand Forum to Full Width |