View Single Post
  #6   Report Post  
Posted to microsoft.public.excel.programming
damorrison damorrison is offline
external usenet poster
 
Posts: 91
Default Populate combobox with folder names

On Feb 18, 8:08*pm, damorrison wrote:
Thank you, that works great


The code works well.

When I use it on a system that uses two screens, and click the
ComboBox, the list shows up on the opposite screen as the combobox. I
then used a UserForm instead to populate the combobox, placing the
code in UserForm_Initialize, it populated just fine, but then again,
when I click the combobox in the UserForm, the list still shows up in
the opposite screen instead of the screen with the userform, is there
a way to stop this from happening?