Shortly: I need the range of A1:B3, then A3:B5 then A5:b7
_______________________________
Parts of my thoughts, but it leads nowhere because I can't make a code from it, these are just parts of it, but I can't combine them in the right way:
So I have 2 variables:
Dim i as integer
dim j as integer
I have two "for" commands which describe the number next to "A" and "B":
for i=1 to 100 step 2
for j=3 to 100 step 2
And the combination:
Range(A&i":"B&j)
And eventually:
random commands
Can you help me how these parts can become a whole? Have a nice day!
_______________________________
Parts of my thoughts, but it leads nowhere because I can't make a code from it, these are just parts of it, but I can't combine them in the right way:
So I have 2 variables:
Dim i as integer
dim j as integer
I have two "for" commands which describe the number next to "A" and "B":
for i=1 to 100 step 2
for j=3 to 100 step 2
And the combination:
Range(A&i":"B&j)
And eventually:
random commands
Can you help me how these parts can become a whole? Have a nice day!
Last edited: