COPYING DATA FROM ONE SHEET TO ANOTHEr

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

what formula can i use to copy info in one cell of excell2003 to another cell
on a different sheet
 
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
 
On sheet2 in a cell.....

Enter =Sheet1!A1

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

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top