Insert rows & values.
Posted by Justin Forbes on July 30, 2001 12:15 PM
I'm just getting started with a small macro, but having a little difficulties with some parts. I have put together a basic example that should get me in the dirrection I need to go.
How can you take a sheet like the following:
1
2
3
5
6
8
9
10
Create a macro that will sequentially move through the rows and insert a row where a value is missing as well as the value. You will notice that the numbers 4 & 7 are not in the column. These should end up being place in the proper place when done.
Thanks..
Justin Forbes