View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] jeff.white@amcore.com is offline
external usenet poster
 
Posts: 29
Default Sort order via excel userform combobox

I have a similar problem with 4 comboboxes on an Excel Userform. Each
comobox has a list from column A, B, C and D. Column A is the
original Sort order by on the worksheet. What I'd like to see is when
I select Combobox2 (which is set for column B) that the order is
ascending, then if I were to switch to Combobox3, set up for column C
that Column C is now sorted in ascending order. If I go back to
Combobox1, which is Column A, this is again sorted. I've worked
through some code, but I get errors as I make a selection from the
list. Thanks!