VBA/Excel/Access/Word/Application/Broken Reference
Версия от 16:33, 26 мая 2010; (обсуждение)
Return whether or not broken references are identified within the current project
Sub main()
MsgBox Application.BrokenReference
End Sub
Sub main()
MsgBox Application.BrokenReference
End Sub