ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   COPYING DATA FROM ONE SHEET TO ANOTHEr (https://www.excelbanter.com/excel-programming/317042-copying-data-one-sheet-another.html)

lilrob

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

Glen Mettler[_4_]

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




Gord Dibben

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




All times are GMT +1. The time now is 06:26 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com