Well i got the SaveSetting function to work, but it only saves the selected data in the combobox, and i need it to save the whole box

VB Code:
  1. Private Sub Form_Unload(Cancel As Integer)
  2. SaveSetting "ProgHelper", "Comboboxes", "cmboUProgs", frmProgHelper.cmboUProgs
  3.  
  4.  
  5.  
  6. End
  7. End Sub

any help?