.additem
Thank you Bob,
this is much more logical, but i have already got
information in my collection.
the difficult part is trying to get that info out!
my collection holds data from columns B, C, D and only
outputs ""
which means i am calling the data incorrectly, yes??
thank you,
Robert Couchman
'------------------------------------------------------
FindForm.BookCombo.Clear
For Each wb In Workbooks()
FindForm.BookCombo.AddItem (wb.Name)
Next
'---------------------------------------------------------
|