assigning multivalued combobox null array

I

icccapital

I have been successful in using multivalued combobox and assigning array of
values to the .value of the combobox to change the selections. The only
place I have an issue is if I want to deselect all options. When looking at
the vba code during runtime I can see that if there is no selection in the
combobox, then .value will return NULL, but it doesn't like when I try to
reassign it a null array variant and returns "Cannot perform this operation"

Any thoughts?
 
Top