Hi, I have a sheet that contains several ComboBoxes embedded directly into the sheet. I have them set up so that when I GotFocus the ComboBox dropdown opens (.DropDown method). However, what I would like to do is clear the ComboBoxes and close the ComboBox drop downs when I click on a button. Clearing the ComboBoxes is simple --- they are linked to cells that I clear by Range. However, I have been unable to find a way to close the ComboBox drop downs. I guess I'm looking for something like a "reverse" .DropDown method, but I've been unable to find any equivalent.