Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
nastech
 
Posts: n/a
Default Can I have mulitple web page results from a Hyperlink?

Is it possible to have two/more web pages come up for one hyperlink command /
is there a 2nd function you use in conjuction with? (if, and, range:range,
array?)

=HYPERLINK((www.x.com),HYPERLINK(www.y.com),"b")
=HYPERLINK(HYPERLINK(www.x.com),HYPERLINK(www.y.com),"b"))

Don't think =And( was going to work, Thanks
  #2   Report Post  
Juan Pablo González
 
Posts: n/a
Default

Not that I know of. Are you expecting both pages to open when you click on
the hyperlink ? you could do that with a macro... something like

Sub OpenLinks()
With ActiveWorkbook
.FollowHyperlink Address:="http://www.yahoo.com", NewWindow:=True
.FollowHyperlink Address:="http://www.google.com", NewWindow:=True
End With
End Sub

--
Regards,

Juan Pablo González
Excel MVP

"nastech" wrote in message
...
Is it possible to have two/more web pages come up for one hyperlink
command /
is there a 2nd function you use in conjuction with? (if, and,
range:range,
array?)

=HYPERLINK((www.x.com),HYPERLINK(www.y.com),"b")
=HYPERLINK(HYPERLINK(www.x.com),HYPERLINK(www.y.com),"b"))

Don't think =And( was going to work, Thanks



  #3   Report Post  
nastech
 
Posts: n/a
Default

Thankyou, I will try that, yes I am trying to open two web pages with one
click.
I will check out macro's / if that will all some kind of wildcards:
to try that for multiple hyperlinks, that all go to the same core address,
but have different variables in the center, e.g.:
=HYPERLINK($O$6&M99&$O$7,"1")
=HYPERLINK($P$6&P99&$P$7,"2")

To be a combination of both, for thousands of links, will need to reference
each line, with 2 HYPERLINKS, in the sheet. Thankyou, -Nastech

"Juan Pablo González" wrote:

Not that I know of. Are you expecting both pages to open when you click on
the hyperlink ? you could do that with a macro... something like

Sub OpenLinks()
With ActiveWorkbook
.FollowHyperlink Address:="http://www.yahoo.com", NewWindow:=True
.FollowHyperlink Address:="http://www.google.com", NewWindow:=True
End With
End Sub

--
Regards,

Juan Pablo González
Excel MVP

"nastech" wrote in message
...
Is it possible to have two/more web pages come up for one hyperlink
command /
is there a 2nd function you use in conjuction with? (if, and,
range:range,
array?)

=HYPERLINK((www.x.com),HYPERLINK(www.y.com),"b")
=HYPERLINK(HYPERLINK(www.x.com),HYPERLINK(www.y.com),"b"))

Don't think =And( was going to work, Thanks




  #4   Report Post  
nastech
 
Posts: n/a
Default

tried, but am not fluent in creating macro's "coding"? how do I enter
reference to 2 pre-existing hyperlinks, in the macro / add to each line (will
make a new column if have to).

"nastech" wrote:

Thankyou, I will try that, yes I am trying to open two web pages with one
click.
I will check out macro's / if that will all some kind of wildcards:
to try that for multiple hyperlinks, that all go to the same core address,
but have different variables in the center, e.g.: CORRECTION:
=HYPERLINK($O$6&M99&$O$7,"1")
=HYPERLINK($P$6&M99&$P$7,"2")

To be a combination of both, for thousands of links, will need to reference
each line, with 2 HYPERLINKS, in the sheet. Thankyou, -Nastech

"Juan Pablo González" wrote:

Not that I know of. Are you expecting both pages to open when you click on
the hyperlink ? you could do that with a macro... something like

Sub OpenLinks()
With ActiveWorkbook
.FollowHyperlink Address:="http://www.yahoo.com", NewWindow:=True
.FollowHyperlink Address:="http://www.google.com", NewWindow:=True
End With
End Sub

--
Regards,

Juan Pablo González
Excel MVP

"nastech" wrote in message
...
Is it possible to have two/more web pages come up for one hyperlink
command /
is there a 2nd function you use in conjuction with? (if, and,
range:range,
array?)

=HYPERLINK((www.x.com),HYPERLINK(www.y.com),"b")
=HYPERLINK(HYPERLINK(www.x.com),HYPERLINK(www.y.com),"b"))

Don't think =And( was going to work, Thanks




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
Post data to a web page and get results Richard Excel Discussion (Misc queries) 0 September 23rd 05 09:47 AM
Page scaling & Page break preview prob Martin ©¿©¬ @REMOVETHIS.plus.com Excel Discussion (Misc queries) 1 July 17th 05 09:10 PM
Can't delete a page break Suhail Excel Discussion (Misc queries) 4 July 7th 05 06:49 PM
page break preview VickiJo Excel Discussion (Misc queries) 1 June 10th 05 04:12 PM
adding a new page break to an existing page break Edward Letendre Excel Discussion (Misc queries) 1 March 6th 05 09:29 AM


All times are GMT +1. The time now is 06:04 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"