07-27-2023, 06:33 AM
Description:
You can paste copied data to a new location.
Example:
Sub ExamplePasting()
Range("A1").Copy
Range("B1").PasteSpecial xlPasteValues
End Sub
You can paste copied data to a new location.
Example:
Sub ExamplePasting()
Range("A1").Copy
Range("B1").PasteSpecial xlPasteValues
End Sub