No biggie here just wondering if there is a shorter/more efficient way to code "copy/paste"?
Thanks for viewing,
Steve
VBA Code:
Range("R33:R133").Select
Selection.Copy
Range("R33").Select
Selection.PasteSpecial Paste:=xlPasteValues
Thanks for viewing,
Steve