can someone create a macro for invert selection
I found some old gms file. It looks like it's workingI will send it to you by e-mail
'Hello!
'Here is a possible solution. Surely there may be others.
Private Sub BhBp_SelectionInverse()Dim SHAPE_BhBp As ShapeFor Each SHAPE_BhBp In ActivePage.ShapesIf SHAPE_BhBp.Selected = True ThenSHAPE_BhBp.Selected = FalseElseSHAPE_BhBp.Selected = TrueEnd If
NextEnd Sub
'Greetings!
Working. But it is not working in inside the powerclip