Hi all,
I have a table that's say, 1000 rows, and occasionally one row of the table needs to be copied and pasted so that their are two entries.
I intend to have a cell where the user can enter a number, and the macro would copy the row of the table that has the matching number in Column A.
Let's say the user entered the number "387" in to the cell, then clicked the button to run the macro.
The macro would look in range A4:A1003 for the value "387", select that row, copy, and insert it one row down.
Any ideas?
Bookmarks