C
CG Rosén
Good Day,
Try to figure out how to solve the following:
Have a range of one column and indefinite rows. To start, this range
is empty. The range will be filled with values (strings) due to choices
in Textbox1. The first time a selected item apperas it will be stored in the
range and its corresponding number value will be stored in the cell
to the right of the string. Next time the same item is selected I will try
to find it in the range and only add its number value in the right column.
Is the FindMethod the best way to approach this problem.
Thanks for any hints.
Brgds
CG Rosén
Try to figure out how to solve the following:
Have a range of one column and indefinite rows. To start, this range
is empty. The range will be filled with values (strings) due to choices
in Textbox1. The first time a selected item apperas it will be stored in the
range and its corresponding number value will be stored in the cell
to the right of the string. Next time the same item is selected I will try
to find it in the range and only add its number value in the right column.
Is the FindMethod the best way to approach this problem.
Thanks for any hints.
Brgds
CG Rosén