D
Dave
I have a command button with code to copy selected data
from Sheet1 (list) to Sheet2 (Report).
Before ending the sub, a range named "Date" is selected on
the Report.
However, when I return to Sheet1, the command button is
still selected and not a cell.
How can I design the code so that command buttons are not
still selected after it's sub has finished?
Thanks for the help.
Dave
from Sheet1 (list) to Sheet2 (Report).
Before ending the sub, a range named "Date" is selected on
the Report.
However, when I return to Sheet1, the command button is
still selected and not a cell.
How can I design the code so that command buttons are not
still selected after it's sub has finished?
Thanks for the help.
Dave