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

Hi:

I have a cell reference being calculated as a formula. (for example:
formula in cell C2 results in the string Names!$F$5).

I need a hyperlink in a cell to link to the address being computed. I
tried =HYPERLINK(C2,"testlink")

When I click on the hyperlink 'testlink', I get an error saying "Cannot
open specified file".

What am I doing wrong?

Sameer

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 35,218
Default Dynamic Hyperlink

What's in C2?

Maybe you need:

=hyperlink("http://" & c2, "testlink")
or
=hyperlink("mailto:" & c2, "testlink")
or
=hyperlink("file:////" & c2, "testlink")
or
=hyperlink("file:////" & c2 & ".jpg", "testlink")




wrote:

Hi:

I have a cell reference being calculated as a formula. (for example:
formula in cell C2 results in the string Names!$F$5).

I need a hyperlink in a cell to link to the address being computed. I
tried =HYPERLINK(C2,"testlink")

When I click on the hyperlink 'testlink', I get an error saying "Cannot
open specified file".

What am I doing wrong?

Sameer


--

Dave Peterson
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
Dynamic Hyperlink peyman Excel Discussion (Misc queries) 1 October 10th 07 06:13 AM
dynamic hyperlink hamed Excel Discussion (Misc queries) 3 July 19th 07 08:44 PM
Dynamic Hyperlink [email protected] Excel Discussion (Misc queries) 1 February 20th 07 04:18 PM
dynamic hyperlink Ken Excel Discussion (Misc queries) 7 October 22nd 06 06:22 AM
Dynamic Hyperlink Larry S Excel Worksheet Functions 5 May 17th 06 12:21 PM


All times are GMT +1. The time now is 10:06 PM.

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"