Hi,
I have a cell that is populated based on a user's input (Cell E9). I would like to create a macro that will then look for the last instance of the value E9 in a set of values (E39:E4000) and insert a row below that row. It would then also paste the value currently in H9 in J of that new row.
Example
In E9 the user selects Suzy and in H9 they type 50. They run the macro.
Macro looks and finds that Suzy is in E50 to E57 so it creates a new blank row (now row 58) and in J58 it will enter '50'
I have a cell that is populated based on a user's input (Cell E9). I would like to create a macro that will then look for the last instance of the value E9 in a set of values (E39:E4000) and insert a row below that row. It would then also paste the value currently in H9 in J of that new row.
Example
In E9 the user selects Suzy and in H9 they type 50. They run the macro.
Macro looks and finds that Suzy is in E50 to E57 so it creates a new blank row (now row 58) and in J58 it will enter '50'