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
to copy and paste values only then use following
Worksheets("Label").Range("A1").value = _ Worksheets("Get Address").Range("A33").value
this statement will not use clip board