B
Ben
Guys
I am programming up a macro in Excel, I was just wondering how to loop
the range function.
Whereby I would like to somehow put a variable in the function Range,
for a set column, eg.
dim i as integer
dim c(0) as string
i=0
for i =117 to 200
c(0) = Range("C" & i) ' This is the line that doesn't work
msgbox c(0) 'for simplicity
next i
Thanks
I am programming up a macro in Excel, I was just wondering how to loop
the range function.
Whereby I would like to somehow put a variable in the function Range,
for a set column, eg.
dim i as integer
dim c(0) as string
i=0
for i =117 to 200
c(0) = Range("C" & i) ' This is the line that doesn't work
msgbox c(0) 'for simplicity
next i
Thanks