I'm looking for some assistance on how to grab data from one sheet and move it to the last written row of another sheet.
For instance. I would like to take worksheet1 cells A5:A100 and import them into the last written row of Worksheet 2 Column C, and then the same thing for worksheet1 cells d5:d100, but import them into column A. I was able to figure out how to identify the last written row of the sheet, but can't figure out how to copy multiple cells into a specific row. If anyone has any ideas I'm all ears, below is an example of the code I've been messing witht, but can't seem to make it work. Thanks in advance for all help.
Bookmarks