View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Grenier Grenier is offline
external usenet poster
 
Posts: 3
Default List all link cell to other workbooks

I would like to be able to list (identify) all cells in the source workbook
that have link to other workbooks ?
ex:
SourceWorkbook cell A1 link to c:\Data1.xls cell G9

vLinks = ActiveWorkbook.LinkSources(xlExcelLinks) only contain an array of
path and no detail about cell address.

Merci !