Hi Zack,
The RemoveItem Method is the one you want.
It uses index numbers - there is no way to access listbox entries directly by the text.
If you want to find one with particular text you need to run through the listbox.list array checking each one - it's a standard array so you can use UBound to find the last entry, or you can use listbox.listcount-1.