G
Guest
Hi all, I would be delighted if anyone can help me with a macro to be able to
copy psate special formulas. I have tried to create the macro but I get the
error "run time error 1004", the code I have used on the macro is:
"
Selection.PasteSpecial Paste:=xlPasteFormulas, Operation:=xlNone, _
SkipBlanks:=False, Transpose:=False
End Sub"
I have built this macro by first copying a cell with a formula, then I
started recording the macro following the steps: selecting a range of cells,
then paste steacial, then paste special, then formulas. Finally I stop
recording. What am I doing wrong guys?.
Thanks a lot for your help.
copy psate special formulas. I have tried to create the macro but I get the
error "run time error 1004", the code I have used on the macro is:
"
Selection.PasteSpecial Paste:=xlPasteFormulas, Operation:=xlNone, _
SkipBlanks:=False, Transpose:=False
End Sub"
I have built this macro by first copying a cell with a formula, then I
started recording the macro following the steps: selecting a range of cells,
then paste steacial, then paste special, then formulas. Finally I stop
recording. What am I doing wrong guys?.
Thanks a lot for your help.