I have written the following code to insert a new row so that an entry isn't overwritten:
Range("B2").EntireRow.Insert
The new row is inserted ABOVE the previous post. I would like to have the new row inserted BELOW the previous post.
Thank you!
Range("B2").EntireRow.Insert
The new row is inserted ABOVE the previous post. I would like to have the new row inserted BELOW the previous post.
Thank you!