Worksheet1 contains a list of numbers, 101-199, in cells a1 through a99.
Worksheet2 looks like this:
A1 101
A2 102
A3 103
Worksheet3 looks like this:
A1 104
A2 105
A3 106
How can I make Worksheet2 look like this?:
B1 107
B2 108
|
B14 120
C1 109
C2 110
|
C10 118
Basically, I want to fill in any cell I want with the next available, unused number from my list of numbers...via a macro?
I know, I'm using up my alloted threads for the year, and it's only February! Sorry and TIA.
Worksheet2 looks like this:
A1 101
A2 102
A3 103
Worksheet3 looks like this:
A1 104
A2 105
A3 106
How can I make Worksheet2 look like this?:
B1 107
B2 108
|
B14 120
C1 109
C2 110
|
C10 118
Basically, I want to fill in any cell I want with the next available, unused number from my list of numbers...via a macro?
I know, I'm using up my alloted threads for the year, and it's only February! Sorry and TIA.