Any ideas or direction would be much appreciated.
I need to search through 100's of Excel spreadsheets and identify what files have links (from cells, ie formula) and to where ?
So far if I open a spreadsheet I can use the following statement to find potential links.
link_array = ActiveWorkbook.LinkSources 'find all document links
But its difficult to automate this search because I need to open every individual spreadsheet.
Any clues would be helpfull.
I need to search through 100's of Excel spreadsheets and identify what files have links (from cells, ie formula) and to where ?
So far if I open a spreadsheet I can use the following statement to find potential links.
link_array = ActiveWorkbook.LinkSources 'find all document links
But its difficult to automate this search because I need to open every individual spreadsheet.
Any clues would be helpfull.