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