View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Gary''s Student Gary''s Student is offline
external usenet poster
 
Posts: 11,058
Default Copy data from worksheet to another automatically

Without VBA we can use links

In Sheet1, cells A1 thru A3:

=Sheet3!A1
=Sheet3!A2
=Sheet3!A3

--
Gary''s Student - gsnu200768


"kbear" wrote:

I would like to have data from one worksheet automatically populate another
worksheet. There are just 3 cells. I am using Excel 2003.
any help would be appreciated.
Thank you.