Macro for row selection

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

How do I creat a process where I can have a user select boxes in each row
(radio button or similar) and then export those selected rows to another
sheet of just items they selected?

Thanks!
 
How about an alternative.

Use a column for the indicator. Put an "X" in that column if you want to copy
it. Then apply data|filter|autofilter and copy the visible rows to the new
location.
 
Back
Top