Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello
Below is a cut from my TransformData macro (I'm switching a user-friendly table into a pivot-table friendly list 'Copy the data for planned to column Sheets("Inventory").Selec Range(ThisCol & "2:" & ThisCol & FinalRow).Copy Destination:=Sheets("PivotlistaTarget").Range("G" & NextRow Sheets("Pivotlista").Selec The problem is that this returns the formulas, I would like it to return only the values. (It is a very big list and it is very time consuming to add $-signs in the entire Inventory-list) |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Copy a file with only values no formulas | New Users to Excel | |||
copy formulas without associated values | Excel Worksheet Functions | |||
Copy formulas, not values | Excel Programming | |||
How to Copy Formulas not Values ... | Excel Programming | |||
Range COPY function - how to copy VALUES and not formulas | Excel Programming |