Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
nx3 nx3 is offline
external usenet poster
 
Posts: 8
Default Follow hyperlink but don't update links....is it possible ?

I have a long list of hyperlinks to files with the files have many links to
other files. I'm trying to open the files but not update the links in the
files as it slows the process down way to much. I thought the code would be
as follows but it doesn't work. Any idea ? tia.

Application.DisplayAlerts = False
ActiveCell.Hyperlinks(1).Follow
Application.DisplayAlerts = True

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 6,953
Default Follow hyperlink but don't update links....is it possible ?

Instead of using the hyperlink, make the cell look like a hyperlink. Then
use the selection change event check which cell was selected and for
appropriate cell, fire code that does a

Workbook.Open Filename, updateLinks:=0

--
Regards,
Tom Ogilvy


"nx3" wrote:

I have a long list of hyperlinks to files with the files have many links to
other files. I'm trying to open the files but not update the links in the
files as it slows the process down way to much. I thought the code would be
as follows but it doesn't work. Any idea ? tia.

Application.DisplayAlerts = False
ActiveCell.Hyperlinks(1).Follow
Application.DisplayAlerts = True

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
follow hyperlink? JethroUK© New Users to Excel 0 April 5th 06 09:55 PM
follow hyperlink? JethroUK© Excel Worksheet Functions 0 April 5th 06 09:55 PM
follow hyperlink? JethroUK© Excel Programming 0 April 5th 06 09:55 PM
Update links - hyperlink issues Shan Excel Discussion (Misc queries) 0 March 3rd 05 01:57 PM
Follow a hyperlink James W.[_2_] Excel Programming 2 December 4th 04 12:41 AM


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