LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 141
Default creating hyperlink using the value of the cell

On Jan 5, 11:38*am, "Diesel" wrote:
GTVT06, your a star.

Thank you

Dave

"GTVT06" wrote in message

...
On Jan 5, 9:44 am, "Diesel" wrote:





Hi there


i have a workbook that has a table of contents leading to seperate
worksheets.


on this contents page there are 3 columns that have the names of these
pages
in and update automaticly. however i've found that although on my home pc
the hyperlinks changed as the page names changed, the pc at work this
dosnt
happen.


what i'd like is a macro that can look at each cell in ranges A5:A68,
F5:F68, and H5:H68 and change the hyperlink to link to the sheet named the
same as the value?


for example


in cell A5 on the page "INDEX" the cell says "example" i would like the
hyperlink to link to sheet "example" cell A12.


and so on for each cell in the 3 columns.


Many thanks in advance


Dave


Sub Hyperlinks
*Dim i As String
Dim cell As Range
* * For Each cell In Range("A5:A68,F5:F68,H5:H68")
* * If cell.Value < "" Then
* * cell.Select
* * i = Selection.Value
* * * * ActiveSheet.Hyperlinks.Add Anchor:=Selection, Address:="",
SubAddress:= _
* * * * i & "!A12", TextToDisplay:=i
* * End If
* * Next cell
End Sub- Hide quoted text -

- Show quoted text -


Your Welcome. Gald I could help!
 
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
Creating a hyperlink Louise New Users to Excel 3 November 4th 09 12:22 AM
Creating a HyperLink Robin Clay Excel Discussion (Misc queries) 1 July 7th 08 12:28 PM
Creating a hyperlink to a cell on a different sheet Bob Excel Worksheet Functions 1 December 21st 06 07:31 AM
creating hyperlink from cell data Daminc[_18_] Excel Programming 2 November 14th 05 02:33 PM
Creating a hyperlink in a excel cell programatically sameershenoy Excel Programming 0 May 12th 04 06:12 AM


All times are GMT +1. The time now is 07:28 AM.

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

About Us

"It's about Microsoft Excel"