I have the following code that does a great job of pasting what's in the cell but I'd like it to paste values only. In the source cell I have formulas but I'd like to copy just the values. I've tried various strings to add to the end but cannot seem to find the right syntax.
![]()
Worksheets("Module").Range("D14:D26").Copy _ Destination:=Worksheets("Module").Range("AK14")
Bookmarks