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

hello.

in my file (Excel) there are several items (records) that are linked to
external

source files,I like to find one list that tell me each record is linked to
which external

file name.

Thanks in advanced
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4,391
Default batch hyperlink

Masoud,
Is this what you mean ?

Dim HLink As Hyperlink

For Each HLink In Worksheets(1).Hyperlinks
Debug.Print HLink.Address
Next

NickHK

"Masoud" wrote in message
...
hello.

in my file (Excel) there are several items (records) that are linked to
external

source files,I like to find one list that tell me each record is linked to
which external

file name.

Thanks in advanced



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
run batch job from each row - how to insert run batch function per row? Mitchell_Collen via OfficeKB.com Excel Discussion (Misc queries) 5 February 26th 09 07:16 AM
Batch Convert CSV to XLS Dave Excel Discussion (Misc queries) 1 June 28th 07 02:04 PM
Batch Files nickysquawkes[_4_] Excel Programming 6 March 2nd 06 08:13 PM
hyperlink images in batch form The Fuzz Excel Worksheet Functions 1 November 13th 04 03:19 PM
Batch in excel calculus87 Excel Programming 4 June 10th 04 01:52 PM


All times are GMT +1. The time now is 11:21 AM.

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"