A
avkokin
Hello. There is one table with 5 columns and many rows. All cells of
the table has the values. And there is the form with ComboBox which
has list of values from first column of this table, and one button.
When user select some element from list of ComboBox and press the
button the macro should find this element into the table, and next get
the values from all other cells this row and save they to variables
(value of every cell into some variable). How to do it?
Thank you.
the table has the values. And there is the form with ComboBox which
has list of values from first column of this table, and one button.
When user select some element from list of ComboBox and press the
button the macro should find this element into the table, and next get
the values from all other cells this row and save they to variables
(value of every cell into some variable). How to do it?
Thank you.