G
Guest
Hi - I've been writing code in what I'm sure is an inefficient way -- can
someone just tell me what the recommended way would be to re-write the
following code? Thanks!
Sheets("Data for Graphs").Select
Columns("D:H").Select
Selection.Copy
Sheets("Copy of Data for Graphs").Select
Columns("J:N").Select
Selection.PasteSpecial Paste:=xlPasteValues, Operation:=xlNone, SkipBlanks _
:=False, Transpose:=False
someone just tell me what the recommended way would be to re-write the
following code? Thanks!
Sheets("Data for Graphs").Select
Columns("D:H").Select
Selection.Copy
Sheets("Copy of Data for Graphs").Select
Columns("J:N").Select
Selection.PasteSpecial Paste:=xlPasteValues, Operation:=xlNone, SkipBlanks _
:=False, Transpose:=False