Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() I used the following code to find info about a missing link that comes up when my workbook is open. Only problem is I dont know what cell or object is pointing to that file. How can I return the location of link? Sub findlinks() Dim alinks As Variant Dim i As Integer alinks = ActiveWorkbook.LinkSources(xlExcelLinks) If Not IsEmpty(alinks) Then For i = 1 To UBound(alinks) MsgBox "Link " & i & ":" & Chr(13) & alinks(i) Next i End If Returns: \BEACON\Share\Project Files\Northeast\100322 Lake Street Affordable Housing\100323 Cheriton Heights\Proformas\Current Version\Cheriton Heights-Current.xlsm |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel 2003 Filtering Mistery | Excel Discussion (Misc queries) | |||
little mistery.. | Excel Programming | |||
Hyperlink Link Field to link to file on website | Excel Programming | |||
Mistery digits on excel | Excel Discussion (Misc queries) | |||
Help with emails from Excel-add via Outlook 2003 (mistery apostrophs) | Excel Programming |