
Originally Posted by
barryleajo
Hi Patrick
I'm sorry this didn't work for you
I have re-attached the spreadsheet - there is nothing to do!
On Sheet1 simply type "100" in col Y (blue shaded cell) and press Enter.
Then select Sheet2 to see that the row has been copied to the bottom of the list.
The macro makes use of an Excel Event - a Worksheet_Change event.
This is where the code is located.
The event is triggered automatically each time a cell's content is changed.
The event passes the changed cell address to the macro as "Target" to be processed.
It likely didn't work because you copied the code from the Worksheet_Change location in the VBA editor.
Hope this works for you now.
Bookmarks