From: Bulhac Mihai Date: 2007-09-29T16:17:24+09:00 Subject: OLE Object - combo box problem -i want to add to an excel worksheet a meniu accessing from a combo box but i have problems insering data in the combo box -in the vba i have combo.additem "opt1" -in ruby i cant use additem item (unknown property or method `additem'); what can i use instead?, i dont want to use fillinrange; and how can i go to another worksheet after i selected a option in the combo box i have : $combo_box=$worksheet_menu.OLEObjects.Add "Forms.ComboBox.1" $combo_box['additem']="opt1" doesnt work tnx -- Posted via http://www.ruby-forum.com/.