Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
RowNum = ActiveCell.Row
Cells(RowNum, 29).Copy Destination:=Cells(28, 5) Cells(RowNum + 1, 29).Copy Destination:=Cells(30, 5) Cells(RowNum + 2, 29).Copy Destination:=Cells(32, 5) seems to copy everything. can this be modified to copy only values only? Francis Hookham |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
copy between worksheets does not copy formulae just values | Excel Discussion (Misc queries) | |||
Copy/Paste how to avoid the copy of formula cells w/o calc values | Excel Discussion (Misc queries) | |||
How do i compare values from two sheet and copy & paste if values match? | Excel Programming | |||
compare values between workbooks and copy values | Excel Programming | |||
Range COPY function - how to copy VALUES and not formulas | Excel Programming |