I am writing a method that can take the Target and paste the cell exactly to another cell. The cell is a shipping label with some fancy formatting. Is there a way I
Target
Worksheets("Get Address").Range("A33").Copy _ Destination := Worksheets("Label").Range("A1")