View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Gary Brown Gary Brown is offline
external usenet poster
 
Posts: 178
Default how to find whether linked data exists

Check out Bill Manville's FindLink.xla at...
http://www.bmsltd.co.uk/MVP/Default.htm

--
HTH,
Gary Brown

If this post was helpful to you, please select
''''''''''''''''YES'''''''''''''''' at the bottom of the post.



"beyond limits" wrote:

How do I Find whether an excel workbook contains any links to data in other
excel workbooks programmatically?
Each excel sheet has a property which gives the count of Hyperlinks, but i
was unable to find a property which can suggest whether a workbook contains
data linked to other workbook or not?