R
rob nobel
I would like to use the PasteSpecial command within a With statement but the
following does not work for me.
With Sheets("Depreciation")
.Unprotect
.Range("J5:J32").Copy
.Range("F5").Select
.PasteSpecial Paste:=xlValues
.Protect
.Range("A1").Select
End With
Can someone advise what's wron with the line....
..PasteSpecial Paste:=xlValues
Thanks,
Rob
following does not work for me.
With Sheets("Depreciation")
.Unprotect
.Range("J5:J32").Copy
.Range("F5").Select
.PasteSpecial Paste:=xlValues
.Protect
.Range("A1").Select
End With
Can someone advise what's wron with the line....
..PasteSpecial Paste:=xlValues
Thanks,
Rob