Hi,
Not a professional, just program for my self.
I have a combobox on a sheet without activeX. I would like to have a button to clear the selection. Using VBA i found that this combobox is refereed to DropDown... Under Button click i have
Sheet1.DropDown1.Clear
Unfortunately this code does not work.
How do i clear the selection via VBA?
Thank you!
Not a professional, just program for my self.
I have a combobox on a sheet without activeX. I would like to have a button to clear the selection. Using VBA i found that this combobox is refereed to DropDown... Under Button click i have
Sheet1.DropDown1.Clear
Unfortunately this code does not work.
How do i clear the selection via VBA?
Thank you!