Hi All,
Can paste special in VBA just paste the formulas instead of the values.
I use the VBA below in a workbook but in another workbook I need to paste formulas only.
Selection.PasteSpecial Paste:=xlPasteValues
I did try this, but for some reason it fails
Selection.PasteSpecial Paste:=xlPasteFormulas
Any help would be appreciated.
Craig
Can paste special in VBA just paste the formulas instead of the values.
I use the VBA below in a workbook but in another workbook I need to paste formulas only.
Selection.PasteSpecial Paste:=xlPasteValues
I did try this, but for some reason it fails
Selection.PasteSpecial Paste:=xlPasteFormulas
Any help would be appreciated.
Craig