rpaulson
Well-known Member
- Joined
- Oct 4, 2007
- Messages
- 1,413
hello all,
not sure what to code I need to select the range
any ideas??
Ross
not sure what to code I need to select the range
Code:
startrow =2
endrow = 15
startcol=10
end col=50
colstep = 10
for r = startrow to endrow
for c = startcol to endcol step colstep
set my Range=???
....
any ideas??
Ross
Last edited: