Have UK top of my sheet list then maybe sort other countries as A-Z advice

ipbr21054

Well-known Member
Joined
Nov 16, 2010
Messages
5,899
Office Version
  1. 2007
Platform
  1. Windows
On my userform i have a Combobox which in its properties Row Souce i see Table5
Table5 on my worksheet shows a list of countried.
The countries are listed A-Z so naturally UK is at the bottom.

Thus when i click in the Combobox i find im scrolling to the bottom of the list the majority of the time.

Can you advise how i can overcome this so maybe example, UK at the top then the rest of the list shown A-Z

Open to any other suggestions.
Thanks
 

Excel Facts

Whats the difference between CONCAT and CONCATENATE?
The newer CONCAT function can reference a range of cells. =CONCATENATE(A1,A2,A3,A4,A5) becomes =CONCAT(A1:A5)
Some kind of custom sort could be a solution, but ... may be as a source you could use a list where instead of
UK
is
UK
so UK proceeded by space.


And the output of combobox could be treated with TRIM function to get rid of this space.
 
Upvote 0
Solution

Forum statistics

Threads
1,226,527
Messages
6,191,571
Members
453,665
Latest member
WaterWorks

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top