J
jerredjohnson
I have this code:
Worksheets("Sheet1").Range("A1
4").Copy _
destination:=Worksheets("Sheet2").Range("E5")
doing it this way copies the formatting as well, is there a way to cop
just the value over without the cell format?
Thanks in advanc
Worksheets("Sheet1").Range("A1
destination:=Worksheets("Sheet2").Range("E5")
doing it this way copies the formatting as well, is there a way to cop
just the value over without the cell format?
Thanks in advanc