N
Nick H
This line in a peice of code I've inherited, is pasting formats as
well as values...
Selection.PasteSpecial Paste:=xlPasteValues, _
Operation:=xlNone, _
SkipBlanks:=False
....can anyone suggest why or how I get it to only paste values?
In case its relevant, I've also found that if I add the argument
Transpose:=False then it will fail with a 1004 error.
Br, Nick
well as values...
Selection.PasteSpecial Paste:=xlPasteValues, _
Operation:=xlNone, _
SkipBlanks:=False
....can anyone suggest why or how I get it to only paste values?
In case its relevant, I've also found that if I add the argument
Transpose:=False then it will fail with a 1004 error.
Br, Nick