A
Andreww
Hi - I am trying to increment a value in a range, as below. I get a message
saying "Expected list seperator or )"
dim ii as int
For ii = 7 To 19
Range("M" & str(ii):"S"+str(ii)).Select
do stuff
next
Have tried changing & for + and taking out str...
Any thoughts?
Cheers
Andrew
saying "Expected list seperator or )"
dim ii as int
For ii = 7 To 19
Range("M" & str(ii):"S"+str(ii)).Select
do stuff
next
Have tried changing & for + and taking out str...
Any thoughts?
Cheers
Andrew