View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
Tobi Tobi is offline
external usenet poster
 
Posts: 3
Default ComboBox_Change Event to Populate another Combox

If you go into the VBIDE, and view code in the Userform. Select one of the
Combobox event procedures already there and then in the dropdown at the top
right of the code module, click on that and you see all events available for
a combobox.

Oh whoa, I totally missed that, thank you, I will more than likely be
able to figure this one out.