I can find plenty of threads about inserting rows in this manner, but not individua cells.
What is the correct syntax to insert CellsToInsert number of cells into columns I and J?
For a single insert I currently have the code
What is the correct syntax to insert CellsToInsert number of cells into columns I and J?
For a single insert I currently have the code
VBA Code:
Range("I" & ErrCell.Row, "J" & ErrCell.Row).Insert xlShiftDown