Hi guys
I hope anyone can help me in this. I have around 10 comboboxes and I want to fill them with the same values in userform_initialize event. I know we can do likt he following
combobox1.additem "aaa"
But as there are abount 15 values and around 10 comboboxes so its very time consuming to write so many statements to fill the values.
Can anyone please give me a easy method to do this.
Thanks
Bookmarks