maclachlan19
Board Regular
- Joined
- Jul 8, 2013
- Messages
- 53
I have a simple piece of code to copy and paste a range. I need to tweak the code so the values that pasted into Data1 are pasted as values and not formulas.
VBA Code:
Worksheets("GL").Range("A2:A2499").Copy _
Destination:=Worksheets("Data1").Range("A3001")