Hello! I have a line of code
Range("A1:LastTableCell").Copy Worksheets("PasteSheet").Range("PasteToHere").Value
This keeps giving me an error, and I'm guessing it's because I'm using variables. LastTableCell and PasteToHere are both variables that contain addresses. For example, LastTableCell...