I have this code:
Worksheets("Sheet1").Range("A1:D4").Copy _
destination:=Worksheets("Sheet2").Range("E5")
doing it this way copies the formatting as well, is there a way to copy just the value over without the cell format?
Thanks in advance
I have this code:
Worksheets("Sheet1").Range("A1:D4").Copy _
destination:=Worksheets("Sheet2").Range("E5")
doing it this way copies the formatting as well, is there a way to copy just the value over without the cell format?
Thanks in advance
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks