Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,276
Default copy a sum in cell on sheet 1 (not formula) to cell on sheet 2

Hi John
try

Change cell to fit your needs


Sub Macro1()
'
' Macro1 Macro
'

'
Range("B3").Select ' this is where the formula is
Selection.Copy
Sheets("Sheet2").Select
Range("B2").Select ' this is the cell where you want to copy the results
Selection.PasteSpecial Paste:=xlPasteValues, Operation:=xlNone,
SkipBlanks _
:=False, Transpose:=False
End Sub


"John" wrote:

need only the results of a formula to be transferred to sheet 2 ...cannot
have the formula

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
To copy the formula in one cell to another in a seperate sheet SANGETTI Excel Discussion (Misc queries) 2 October 17th 07 08:20 PM
FORMULA COPY SHEET IN THE OTHER CELL Carol Excel Worksheet Functions 2 July 26th 06 05:03 PM
how to copy a cell with formula from sheet 1 (data is all vertical) into sheet 2 parag Excel Worksheet Functions 3 June 15th 06 10:29 PM
Active Cell Copy And Paste Sheet to Sheet A.R.J Allan Jefferys New Users to Excel 4 May 4th 06 02:04 AM
Copy text from same cell on every sheet to title sheet? Jon Excel Discussion (Misc queries) 2 February 9th 05 03:11 PM


All times are GMT +1. The time now is 11:29 PM.

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

About Us

"It's about Microsoft Excel"