S
sumesh56
i want a shortcut to paste values. the normal method is copy somethin
and click paste options paste values.but is there a way to do it fast
can we use a simple macro?on one 'basic'named sheet i would select
range on the next sheet named 'values' it should copy the values only
why this macro gives error message?
Runtime error'1004'
Pastespecial method of range class failed.
Sub PasteVal()
Selection.PasteSpecial Paste:=xlValues
End Su
and click paste options paste values.but is there a way to do it fast
can we use a simple macro?on one 'basic'named sheet i would select
range on the next sheet named 'values' it should copy the values only
why this macro gives error message?
Runtime error'1004'
Pastespecial method of range class failed.
Sub PasteVal()
Selection.PasteSpecial Paste:=xlValues
End Su