View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Aaron[_9_] Aaron[_9_] is offline
external usenet poster
 
Posts: 6
Default Reset Combo Box back to Null


I have multiple combo boxes that have source cells that are all populated. However, I want to be able to reset all of the combo boxes back to Null (or even " "). Manually I can double click the contents of the list box (highlights) and then hit the delete key. How can I do this programmatically? Recording a macro does not capture this

Thanks in advance!