I am trying to create a macro to copy values from multiple row cells and paste those values into multiple row cells on another tab. THEN: If the user changes any of the values that were copied and pasted previously (from the first tab) and the macro is run again, the data is again copied but then pasted on the next row BELOW where the previous data was pasted.
This allows the user to run the macro to copy/paste data, change some of the values, and copy again and paste to a second row.. creating multiple rows worth of data.
The only way I can get it to work right now is the initial copy/paste macro.
Appreciate any help you can provide!
This allows the user to run the macro to copy/paste data, change some of the values, and copy again and paste to a second row.. creating multiple rows worth of data.
The only way I can get it to work right now is the initial copy/paste macro.
Appreciate any help you can provide!