VBA/Excel/Access/Word/Application/Broken Reference

Материал из VB Эксперт
Перейти к: навигация, поиск

Return whether or not broken references are identified within the current project

   <source lang="vb">

Sub main()

   MsgBox Application.BrokenReference

End Sub

</source>