Right now I have a macro that takes previously copied cells and inserts them to a new location using the following code:
This works well enough except the copied cells are no longer selected after the insert, which I need so I can work with the selection. I have tried setting the active cell as a starting point and trying to figure out the number of rows of the selected text by creating a MSForms.DataOjbect but have had absolutely no luck going about it in this way. Does anyone have any suggestions?
Code:
Selection.EntireRow.Insert Shift:=xlDown