Grips Active
Posted: Tue Nov 11, 2003 9:08 am
I want to detect active grips on the screen
and after that a selection set is made through the VBA macro look what I just
think below:
sub GripsAtive()
Dim SS As SelectionSet
Set SS = ThisWorkspace.ActiveDocument.SelectionSets.Add("SS")
if gripsactive then
SS.SelectOnScreen 'selection is made
rest of the code
else
exit sub
end if
end sub
Is it possible to do that
Thank you
AHM
and after that a selection set is made through the VBA macro look what I just
think below:
sub GripsAtive()
Dim SS As SelectionSet
Set SS = ThisWorkspace.ActiveDocument.SelectionSets.Add("SS")
if gripsactive then
SS.SelectOnScreen 'selection is made
rest of the code
else
exit sub
end if
end sub
Is it possible to do that
Thank you
AHM