Binary
Mechanical
- May 16, 2003
- 247
Can someone tell me how to programmatically add cells to a named range?
For example, I'd like to begin at cell C3 and the next 3 sets of cells space 4 rows apart and the corresponding set in column H ending up with a named range containing C3, H3, C7, H7, C11, H11, C15, H15.
I'll ultimately set up a form that allows me to enter the starting cell, the number rows to count, and the row/column offsets.
Anybody able to point me in the right direction WRT working with the named range?
For example, I'd like to begin at cell C3 and the next 3 sets of cells space 4 rows apart and the corresponding set in column H ending up with a named range containing C3, H3, C7, H7, C11, H11, C15, H15.
I'll ultimately set up a form that allows me to enter the starting cell, the number rows to count, and the row/column offsets.
Anybody able to point me in the right direction WRT working with the named range?