M
Marek
people,
when i want to work with visual components placed on the worksheet, i
use FORMS toolbar
for example when i want to display value from combobox then i must
use Drawingobjects or Dropdowns collection
msgbox worksheets(1).dropdowns("combobox_number1").value
but when i use CONTROL toolbar
then i simply normally can do this
msgbox worksheets(1).combobox_number1.value
where is difference between this two TOOLBARS ???
visually they are similar
when i want to work with visual components placed on the worksheet, i
use FORMS toolbar
for example when i want to display value from combobox then i must
use Drawingobjects or Dropdowns collection
msgbox worksheets(1).dropdowns("combobox_number1").value
but when i use CONTROL toolbar
then i simply normally can do this
msgbox worksheets(1).combobox_number1.value
where is difference between this two TOOLBARS ???
visually they are similar