M
Marek
people i cant add items to the combobox,
i have sheet.name = s1
and on the sheet i have control placed combobox,
combobox name is combo1
in vb editor i write this text
worksheets("s1").shapes.item("combo1").additem "test"
but vb gives me error like = cant find object ???
how to correctly work with sheet controls from vb ?
thank
i have sheet.name = s1
and on the sheet i have control placed combobox,
combobox name is combo1
in vb editor i write this text
worksheets("s1").shapes.item("combo1").additem "test"
but vb gives me error like = cant find object ???
how to correctly work with sheet controls from vb ?
thank