Hi
I recorded this code....how do I shorten it?
I recorded this code....how do I shorten it?
Code:
Cells.Select
Selection.Copy
Selection.PasteSpecial Paste:=xlPasteValues, Operation:=xlNone, SkipBlanks _
:=False, Transpose:=False
Range("A1:D1").Select
Application.CutCopyMode = False
ActiveWorkbook.Save[code]