E
Ed C
I would like to delete a collection of rows without using the absolute row
number; how does one do this?
Assume cursor is in row 25, column A
Something like: for i = 1 to 5
selection.row
selection.row.delete
next i
Thanks,
EdC
number; how does one do this?
Assume cursor is in row 25, column A
Something like: for i = 1 to 5
selection.row
selection.row.delete
next i
Thanks,
EdC