Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I want to creat a copy from a filled up templet workbook with results /
values only instead of formulas in the templet. In other words the copy of the templet should contain only result of formulas not formulas. Help Please. |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
Maybe something along these lines ActiveSheet.UsedRange.Copy Sheets("Sheet2").Range("A1").PasteSpecial , Paste:=xlValues Mike "Ravi Kumar" wrote: I want to creat a copy from a filled up templet workbook with results / values only instead of formulas in the templet. In other words the copy of the templet should contain only result of formulas not formulas. Help Please. |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi Ravi
to add on..........if you are looking to do that manually; use Ctrl+A to select and copy. Target sheet Ctrl+A and Right click Paste special|Values..... If this post helps click Yes --------------- Jacob Skaria "Ravi Kumar" wrote: I want to creat a copy from a filled up templet workbook with results / values only instead of formulas in the templet. In other words the copy of the templet should contain only result of formulas not formulas. Help Please. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Reproducing comparison charts | Charts and Charting in Excel | |||
hiding zero values on all sheets & by default on new sheets | Excel Worksheet Functions | |||
Reproducing Data | Excel Discussion (Misc queries) | |||
automate cells for reproducing graphs | Excel Programming | |||
Min and Max values from over 200 sheets | Excel Discussion (Misc queries) |