View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] ellidavd@yahoo.com is offline
external usenet poster
 
Posts: 6
Default Grouping Option Buttons

Dave,

I was able to user your macro for my project.

Do you know of a way to sort the columns with the option buttons after
the user makes the selections? We will have a spreadsheet that a user
fills in from a list. The columns to the left of the columns with the
option buttons will be filled in by the user. The first column contains
the last name of a student. The data will be sorted by last name after
everything is entered. The columns with the option buttons are not
being sorted with the rest of the columns. Can I sort the columns with
the option buttons along with the other columns?

Thanks for any help.