View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
SuperJas SuperJas is offline
external usenet poster
 
Posts: 66
Default Switching from InputBox to UserForm?

Hi Sean

Simply create a Userform (Insert-- Userform), and then use a ComboBox control. Afterwards you can populate the Combobox using the .AddItem method

SuperJas.