S
slc
Hi,
I have these 2 lines of code which I hope to shorten it to 1 line.
Anyone have any idea how to do it?
Basically, I want to convert the formula in A1 to A3 to its value. In
the nutshell, I do a copy in range A1:A3 and then do a "Paste Special"
with values only.
Thanks for your help.
...start...
Range("A1:A3").Copy
Range("A1:A3").PasteSpecial Paste:=xlPasteValues
...end...
I have these 2 lines of code which I hope to shorten it to 1 line.
Anyone have any idea how to do it?
Basically, I want to convert the formula in A1 to A3 to its value. In
the nutshell, I do a copy in range A1:A3 and then do a "Paste Special"
with values only.
Thanks for your help.
...start...
Range("A1:A3").Copy
Range("A1:A3").PasteSpecial Paste:=xlPasteValues
...end...