Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 18
Default Hyperlink question

Is there a way to set a hyperlink in a cell of workbook1 pointing to a
specific cell in workbook2 so that when you click on the cell you see what
is in the specific cell in workbook2?
--



  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default Hyperlink question

Yes, but you will be in workbook2, not just see what is in the cell.

Do insert=Hyperlink,
in the dialog, in the top box, hit browse and select you workbook

Click in the bottom box and click browse, then select sheet and reference
(cell address)

for example (from the immediate window)

? activecell.Hyperlinks(1).Address
C:\Data\aa_dateposition.xls
? activeCell.hyperlinks(1).SubAddress
Sheet2!B9


Regards,
Tom Ogilvy



xnman wrote in message
...
Is there a way to set a hyperlink in a cell of workbook1 pointing to a
specific cell in workbook2 so that when you click on the cell you see what
is in the specific cell in workbook2?
--





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
Hyperlink Question Dennis Excel Discussion (Misc queries) 0 November 30th 09 07:31 PM
Hyperlink Question stew Excel Discussion (Misc queries) 2 February 28th 09 06:18 PM
hyperlink question hartjezt Excel Discussion (Misc queries) 2 January 24th 06 07:38 PM
hyperlink question G Excel Discussion (Misc queries) 1 October 24th 05 02:49 PM
hyperlink question Arul Excel Worksheet Functions 2 December 3rd 04 11:46 PM


All times are GMT +1. The time now is 08:20 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"