I have an activeX combobox on my spreadsheet. When I show it, it is collapsed but I can make it show already dropped down by using the DropDown method (not shown in any documentation that I can find). However, if I then want to then hide the combobox by setting visible property set to false, it still shows on my worksheet. How do I hide the box without selecting anything. Note that if I select something from the list, it seems to collapse but still won't become hidden. How do I control the visiblity of the combobox after I use the DropDown method?