Rather than drag-and-dropping an MSForms Listbox off the 'Tools' menu, click
the 'More Controls...' button and fetch two controls: a Microsoft ListView
6.0 control and an ImageList. You'll need C:\WINNT\system32\comctl32.ocx

The imageList can store small bitmaps and icons; the Listview control can
reference an ImageList and display icons alongside each entry. This needs
some VBA coding, to associate the correct ison with the correct line, but
it's a standard ActiveX interface.

Nile