Help with selection sets.
Posted: Tue Jan 11, 2005 10:04 am
I am trying to create a "cookie cutter" routine that will allow the user to draw a circle around the desired area and then copy all of the entities that are either completely or partially inside the circle.
The user then selects the "cookie" location and everything outside of the circle should be trimmed.
My problem is selecting only the items that fall inside or pass through the circle.
I have tried the following and get an invalid procedure error:
Set objSS = ActiveDocument.SelectionSets.Add("SSName")
objSS.Select vicSelectionSetCrossingCircle
The user then selects the "cookie" location and everything outside of the circle should be trimmed.
My problem is selecting only the items that fall inside or pass through the circle.
I have tried the following and get an invalid procedure error:
Set objSS = ActiveDocument.SelectionSets.Add("SSName")
objSS.Select vicSelectionSetCrossingCircle