View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Nigel[_2_] Nigel[_2_] is offline
external usenet poster
 
Posts: 735
Default Linking Worksheets

The answer is yes, but specifically you stated that "The worksheet I want
to link to is in the same workbook", if this is the case then you can use a
formula e.g. in sheets1 cell A1 you add =Sheets2!A1 etc.


--

Regards,
Nigel




"SHAWTY721" wrote in message
...
I have an excel worksheet that the information is populated from an access
query that I created. The information exported from access goes to a
template
sheet I created, now I am wondering is there any easy way to link excel
ranges from one worksheet to another, possibly programmatically. Also is
there a way to have a column in the worksheet be a combination of a couple
different columns from template worksheet that holds the data. The
worksheet
I want to link to is in the same workbook. This worksheet will just be the
one where users can go to view the information.