Return whether or not broken references are identified within the current project : Broken Reference « Application « VBA / Excel / Access / Word






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

 

Sub main()
    MsgBox Application.BrokenReference
End Sub

 

Related examples in the same category