Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 258
Default Create a macro to Open Hypenlinks

How can I create a macro to assign and open a hypenlinks?

Thanks.
Maperalia
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 126
Default Create a macro to Open Hypenlinks

From the vba help file:
The following example activates the hyperlink for shape one.

Worksheets(1).Shapes(1).Hyperlink.Follow NewWindow:=True

A range or worksheet can have more than one hyperlink. Use
Hyperlinks(index), where index is the hyperlink number, to return a single
Hyperlink object. The following example activates hyperlink two in the range
A1:B2.

Worksheets(1).Range("A1:B2").Hyperlinks(2).Follow


"maperalia" wrote:

How can I create a macro to assign and open a hypenlinks?

Thanks.
Maperalia

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
Create a macro to create excel line graph with coloured pointers anddata lables anuj datta Charts and Charting in Excel 1 September 30th 09 04:04 PM
create a macro to automatically open excel [email protected] uk Excel Discussion (Misc queries) 1 July 20th 08 09:42 PM
create a macro to automatically open excel another excel file [email protected] uk Excel Discussion (Misc queries) 1 July 20th 08 09:21 PM
How to create a macro to open a new application Monika Excel Discussion (Misc queries) 1 January 22nd 07 05:25 PM
open up an excel program with an auto open macro [email protected] Excel Programming 2 July 17th 05 04:48 PM


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