PurgeAll Example

Using Programming Languages other than VBA

Sub Example_PurgeAll()
	' This example removes all unused named references from the database

	ThisDrawing.PurgeAll

End Sub

 

   Comments?