I am new to VBA, trying to teach myself. I want to copy rows in one table and paste them into a new table on another sheet. At first, I wanted to copy the rows to the bottom of the original table, and this script worked perfectly: 'I am new to VBA, trying to teach myself. I want