J
John Thow
Hi,
Anyone know what's going on here? Excel 97 has the following example of the
use of ActiveWorkbook.LinkSources:-
aLinks = ActiveWorkbook.LinkSources(xlOLELinks)
If Not IsEmpty(aLinks) Then
For i = 1 To UBound(aLinks)
MsgBox "Link " & i & ":" & Chr(13) & aLinks(i)
Next i
End If
I tried this in a workbook with 1 link and it did nothing. On checking in
debug mode, I found aLinks was empty whilst
ActiveWorkbook.LinkSources(xlOLELinks) was 2. Why would aLinks remain empty?
In case it makes any difference, the OS is W2K.
--
John Thow
an optimist is a guy/ that has never had/ much experience -
certain maxims of archie; Don Marquis.
To e-mail me, replace the DOTs in the Reply-To: address with dots!
Anyone know what's going on here? Excel 97 has the following example of the
use of ActiveWorkbook.LinkSources:-
aLinks = ActiveWorkbook.LinkSources(xlOLELinks)
If Not IsEmpty(aLinks) Then
For i = 1 To UBound(aLinks)
MsgBox "Link " & i & ":" & Chr(13) & aLinks(i)
Next i
End If
I tried this in a workbook with 1 link and it did nothing. On checking in
debug mode, I found aLinks was empty whilst
ActiveWorkbook.LinkSources(xlOLELinks) was 2. Why would aLinks remain empty?
In case it makes any difference, the OS is W2K.
--
John Thow
an optimist is a guy/ that has never had/ much experience -
certain maxims of archie; Don Marquis.
To e-mail me, replace the DOTs in the Reply-To: address with dots!