R
ryguy7272
I used to have a macro that inserted rows, between numbers, and inserted the
missing numbers as it looped down the list. Can't find it now...
Basically, if I have the following setup:
A1 = 1
A2 = 8
A3 = 10
I want to see:
A1 = 1
A2 = 2
A3 = 3
....
A9 = 9
A10 = 10
How can I do this?
Thanks,
Ryan--
missing numbers as it looped down the list. Can't find it now...
Basically, if I have the following setup:
A1 = 1
A2 = 8
A3 = 10
I want to see:
A1 = 1
A2 = 2
A3 = 3
....
A9 = 9
A10 = 10
How can I do this?
Thanks,
Ryan--