Hi Zoee
Ken Whitemans sample is the best way to clear it in 1 line of code
In your code when you remove items i always thought you ought to remove listitem zero
for intCounta = combo1.listcount-1 to 0
combo1.removeitem 0
next
but kens way is best
DocZaf
{;->


Reply With Quote