You have to tell it what to add. Here is some code that works :-
'------------------------------------------------------
FindForm.BookCombo.Clear
For Each wb In Workbooks()
FindForm.BookCombo.AddItem (wb.Name)
Next
'------------------------------------------------------------
--
Message posted from
http://www.ExcelForum.com