Unselect or deselect cells
Set r = Selection
' your code here
r.Select
--
Gary''s Student - gsnu2007L
"Fan924" wrote:
After a macro runs, sometimes a block of cells remains selected. Is
there a command I can put at the end of the macro to clear the
selection?
|