Drop down box with country list

J

john liem

I have an excel application where I need a drop down box with all the
country' names listed, ready to use (like the Microsoft Date and Time
Picker Control). Is there a way to get it and how? John
 
B

Bob Phillips

Enter the countries in a range (say column M) and then add a Data Validation
(Data>Validation) and select the List option with a formula of say =M1:M100
or however many countries
 
Top