Hi,
I currently have a combobox which I want to add items on a spreadsheet in Excel 2000. I read everywhere that when you right click the combobox, go into "format control", there should be a control tab, where you can enter the range of items to add.

There is no control tab when I enter "format control". I can always use .additem in VBA, but I want to do it in the excel which is easier.
Anyone have this problem also?

I know this is the wrong thread to post it in, but I am too lazy to register at another forum, since I believe people with VBA knowledge are familar with Excel too.