SkipVought
Programmer
Hi gang,
I know that I have an external link, cuz I get the Yes..No..Cancel window when I open the workbook.
There are no external NAMED references.
There is no reference in VBA References.
When I run...
I see a single reference to an external workbook in the form, C:\MyWorkbook.xls
I can't do link.Delete or link.Remove.
Any ideas?
Skip,
metzgsk@voughtaircraft.com
I know that I have an external link, cuz I get the Yes..No..Cancel window when I open the workbook.
There are no external NAMED references.
There is no reference in VBA References.
When I run...
Code:
For Each link In ActiveWorkbook.LinkSources
MsgBox link
Next
I can't do link.Delete or link.Remove.
Any ideas?
Skip,
metzgsk@voughtaircraft.com