SUGGESTION: Select None

We need a [Select None] or [Deselect All]. We used to have that...

Parents
No Data
Reply
  • This seems to work for me as a macro:

    Sub deselect_all()
    ActiveSelectionRange.RemoveFromSelection
    End Sub

    I assigned the hot key "D" to that (stealing it from the "graph paper" tool).

    Someone who knows more about VBA and CorelDraw than I do can inform me if there's a better way to do it than I show above.

Children