Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default How bring over result to sheet 2


Hi,

In sheet 1 i have sum calculations, and the result are in list A1 til
A50

Now after every new calculation they change and i want them to brin
over to sheet 2 in (a1 till a50) and from there i can make a other lis
with the resuts..

But i don't find a simple trick to do it ...(excel 2000)
Greetz.

--
Jack
-----------------------------------------------------------------------
Jacko's Profile: http://www.excelforum.com/member.php...fo&userid=2876
View this thread: http://www.excelforum.com/showthread.php?threadid=48463

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default How bring over result to sheet 2


Hello Jacko,

Link the cells on Sheet2 A1:A50 to the same cells on Sheet1.

LINKING CELLS USING A FORMULA:

On Sheet2
A1 =Sheet1!A1
A2 =Sheet1!A2
A3 =Sheet1!A3
etc.

At this point drag fill the cells to A50.

Sincerely,
Leith Ross


--
Leith Ross
------------------------------------------------------------------------
Leith Ross's Profile: http://www.excelforum.com/member.php...o&userid=18465
View this thread: http://www.excelforum.com/showthread...hreadid=484633

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,173
Default How bring over result to sheet 2

Jacko

How about

Sub CopyValToSheet2()
Worksheets("Sheet1").Range("A1:A50").Copy
Worksheets("Sheet2").Range("A1:A50").PasteSpecial Paste:=xlValues
Application.CutCopyMode = False
End Sub


--
HTH
Nick Hodge
Microsoft MVP - Excel
Southampton, England
www.nickhodge.co.uk
HIS


"Jacko" wrote in
message ...

Hi,

In sheet 1 i have sum calculations, and the result are in list A1 till
A50

Now after every new calculation they change and i want them to bring
over to sheet 2 in (a1 till a50) and from there i can make a other list
with the resuts..

But i don't find a simple trick to do it ...(excel 2000)
Greetz..


--
Jacko
------------------------------------------------------------------------
Jacko's Profile:
http://www.excelforum.com/member.php...o&userid=28762
View this thread: http://www.excelforum.com/showthread...hreadid=484633



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
Look Up and bring multiple result nsd Excel Discussion (Misc queries) 1 October 23rd 09 11:28 PM
bring information from one sheet to another hotlh Excel Worksheet Functions 3 November 19th 07 09:31 AM
how to bring an image onto a sheet Barcom Excel Worksheet Functions 1 March 1st 06 02:25 AM
Bring back the FORMULA RESULT BAR in excel Howard New Users to Excel 1 August 19th 05 10:13 PM
How can i bring data from one sheet to another: tayyab Excel Programming 3 August 19th 05 05:42 PM


All times are GMT +1. The time now is 10:35 AM.

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"