Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default COPYING DATA FROM ONE SHEET TO ANOTHEr

what formula can i use to copy info in one cell of excell2003 to another cell
on a different sheet
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 70
Default COPYING DATA FROM ONE SHEET TO ANOTHEr

Sheets("From Sheet").Range("A1:C20").Copy Sheets("To Sheet").Range("A1")
(or you can use the sheet index number instead of the name)

Glen

"lilrob" wrote in message
...
what formula can i use to copy info in one cell of excell2003 to another
cell
on a different sheet



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 22,906
Default COPYING DATA FROM ONE SHEET TO ANOTHEr

On sheet2 in a cell.....

Enter =Sheet1!A1

When Sheet1 A1 is changed, the value in sheet2 will update.



On Tue, 16 Nov 2004 14:49:38 -0800, lilrob
wrote:

what formula can i use to copy info in one cell of excell2003 to another cell
on a different sheet


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
Need help Taking alot data from one sheet (if not blank) and copying toa list on another sheet. Alex Zuniga Excel Worksheet Functions 1 November 25th 09 11:54 PM
copying only selected data from Sheet 1 to Sheet 2 Jaf Excel Worksheet Functions 2 September 1st 09 01:01 AM
Copying the repeated data of the previous sheet to the next sheet Sasikiran Excel Discussion (Misc queries) 1 September 25th 07 03:18 PM
Copying Data from one sheet to another sheet on a specific day Gav123 Excel Worksheet Functions 0 May 1st 07 10:17 AM
2 questions, copying data from sheet to sheet and assigning macro Boris Excel Worksheet Functions 0 December 16th 04 06:11 PM


All times are GMT +1. The time now is 10:28 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"