Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Need macros for activating multiple hyperlinks


I'm not an excel expert and there may be a better way to activate mor
than one hyperlink on a worksheet. I was able to find a macro to delet
all active hyperlinks, leaving just the plain text behind. But what
need is a macro that can *activate multiple links*.

Does anyone know where I can find one?

THanks,
Dorian
:confused

--
Doria
-----------------------------------------------------------------------
Dorian's Profile: http://www.excelforum.com/member.php...fo&userid=3323
View this thread: http://www.excelforum.com/showthread.php?threadid=53050

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 6,953
Default Need macros for activating multiple hyperlinks

I haven't test it, but something like

Dim lnk as Hyperlink
for each lnk in Activesheet.Hyperlinks
activesheet.parent.FollowHyperlink _
address:=lnk.Address, _
subaddress:=lnk.Subaddress, _
NewWindow:=True
Next

might get you started.

--
Regards,
Tom Ogilvy


"Dorian" wrote:


I'm not an excel expert and there may be a better way to activate more
than one hyperlink on a worksheet. I was able to find a macro to delete
all active hyperlinks, leaving just the plain text behind. But what I
need is a macro that can *activate multiple links*.

Does anyone know where I can find one?

THanks,
Dorian



--
Dorian
------------------------------------------------------------------------
Dorian's Profile: http://www.excelforum.com/member.php...o&userid=33231
View this thread: http://www.excelforum.com/showthread...hreadid=530500


  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Need macros for activating multiple hyperlinks


Anything that doesn't involve programming as I don't have experience
with programing in Excel?

Thanks,
Dorian


--
Dorian
------------------------------------------------------------------------
Dorian's Profile: http://www.excelforum.com/member.php...o&userid=33231
View this thread: http://www.excelforum.com/showthread...hreadid=530518

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 56
Default Need macros for activating multiple hyperlinks

We're confused. A macro IS a program. Of course, you can create a macro
using macro recorder, which creates the macro program for you, but I don't
think what you want to do can be done with the macro recorder.

"Dorian" wrote:


Anything that doesn't involve programming as I don't have experience
with programing in Excel?

Thanks,
Dorian


--
Dorian
------------------------------------------------------------------------
Dorian's Profile: http://www.excelforum.com/member.php...o&userid=33231
View this thread: http://www.excelforum.com/showthread...hreadid=530518


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
hyperlinks and macros Randy[_4_] Excel Discussion (Misc queries) 0 February 2nd 09 07:09 PM
Hyperlinks & macros Mick Links and Linking in Excel 1 January 19th 09 04:57 PM
Hyperlinks & macros Mick Excel Discussion (Misc queries) 0 January 18th 09 08:07 PM
Worksheet with multiple Hyperlinks and Macros Anolan Excel Programming 0 February 1st 06 03:04 PM
Activating sheets with same name in multiple workbooks Barb Reinhardt Excel Programming 4 July 26th 05 05:19 PM


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