Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
This works
Worksheets("sheet1").Range("b17:o17").Copy _ Destination:=Worksheets("Week " & WeekSheet).Cells(NextRow, "F") But I only want to copy the values not the formats. So how do I change the above to paste just the values? |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi Pete
See how I use resize in this example on this page and use use the value property http://www.rondebruin.nl/copy1.htm#range1 -- Regards Ron de Bruin http://www.rondebruin.nl "Pete" wrote in message ... This works Worksheets("sheet1").Range("b17:o17").Copy _ Destination:=Worksheets("Week " & WeekSheet).Cells(NextRow, "F") But I only want to copy the values not the formats. So how do I change the above to paste just the values? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Using copy and destination formatting | Excel Discussion (Misc queries) | |||
VBA .copy destination | Excel Discussion (Misc queries) | |||
Range.Copy (Destination) | Excel Programming | |||
.Copy Destination:= .PasteSpecial ??? | Excel Programming | |||
Selection.Copy Destination:= | Excel Programming |