Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 6
Default Reproducing sheets with values only

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   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,501
Default Reproducing sheets with values only

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   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 8,520
Default Reproducing sheets with values only

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Reproducing comparison charts Le_Clem Charts and Charting in Excel 0 April 8th 08 11:22 AM
hiding zero values on all sheets & by default on new sheets WiFiMike2006 Excel Worksheet Functions 4 January 19th 07 08:13 PM
Reproducing Data Ross Excel Discussion (Misc queries) 1 October 30th 06 03:47 PM
automate cells for reproducing graphs Pedro Excel Programming 0 March 8th 06 12:19 PM
Min and Max values from over 200 sheets Ajay Excel Discussion (Misc queries) 3 July 6th 05 05:41 PM


All times are GMT +1. The time now is 09:36 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"