Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
In a script I want to copy only formulas, not values.
Currently I use this code for the 'paste' operation, but this also copy raw values, what I do not want. Selection.PasteSpecial Paste:=xlPasteFormulas, Operation:=xlNone, SkipBlanks:=False, Transpose:=False Thanks |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Copy and paste values, formatting and formulas | Excel Discussion (Misc queries) | |||
how can I paste values derived from formulas into a different book | Excel Worksheet Functions | |||
copied formulas paste as values | Excel Discussion (Misc queries) | |||
Can you copy multiple tabs from formulas to values w/o paste spec? | Excel Worksheet Functions | |||
Dynamic Copy/Paste Special Formulas/Paste Special Values | Excel Programming |