I have two Excel files: a Data Table with 3,000 rows and a Dictionary Table with 500 rows. After performing a lookup, only 300 rows from the Dictionary Table match. I want to append the remaining 200 unmatched rows to the bottom of the Data Table (starting at row 3,001), resulting in a total of 3,200 rows. How can I do this?