How do you clear a form in VBA
I was using Call Userform_initialize at the end of the code for the cmdSend button but when I do this it messes up my combo boxes by adding the items on top of the items already in there (so I have duplicates of each choice)
Any idea why this is happening?
I was using Call Userform_initialize at the end of the code for the cmdSend button but when I do this it messes up my combo boxes by adding the items on top of the items already in there (so I have duplicates of each choice)
Any idea why this is happening?