i have a table on an Excel sheet for example
I want to create an application to do some calculations for me
I added a combo box Search in the Serial field so when I choose serial no should have a second combo box that has all Excel column's names so I can choose which one (Cost 1 or Cost 2 cost 3) of columns I need to see in label 1
I need to make the below code dynamic not static
ComboBox1.Selected.'cost 1 '
I need to make ( 'cost 1' ) change from the dropdown list so I can choose which column I want to see