Mega Code Archive

 
Categories / VisualBasic Script / Application
 

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

Sub main()     MsgBox Application.BrokenReference End Sub