Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

button to clear selections

how do i create a button to clear selections on a sheet?

1 Solution

Accepted Solutions
Not applicable
Author

hi,

you can build a macro and then activate it with a button:

sub clear

ActiveDocument.ClearAll

end sub



View solution in original post

2 Replies
Not applicable
Author

hi,

you can build a macro and then activate it with a button:

sub clear

ActiveDocument.ClearAll

end sub



agsearle
Creator
Creator

Right mouse, add new sheet, then select 'button'.

Under Function, select shortcut.

Go to the shortcut tab, and in the drop down function menu, select 'clear all selections....'. There are two depending in which one you want.

Click OK and there you have it. Simples... Big Smile