Suppose I have a sheet with a table of data on it, 10 columns(C4:L4) and 13 corresponding rows (C4:C16) and each cell is filled with data that corresponds to the first column.
I want to have a Combo box in a sheet (active x control) that has the first Column displayed in it and when a value is chosen from the combo box it should then output the rest of the corresponding row data. by default it will display data from the first column in a single cell, and I can change it to display what ever column of data into that cell but I want it to display the entire row of data not just data into a single cell...
ex. I select the 2nd item in the combo box and it displays the entire 2nd row of data into my linked cell/range (C20:L20)
There has to be a way to do this, any help is appreciated!
Thanks in advance
I want to have a Combo box in a sheet (active x control) that has the first Column displayed in it and when a value is chosen from the combo box it should then output the rest of the corresponding row data. by default it will display data from the first column in a single cell, and I can change it to display what ever column of data into that cell but I want it to display the entire row of data not just data into a single cell...
ex. I select the 2nd item in the combo box and it displays the entire 2nd row of data into my linked cell/range (C20:L20)
There has to be a way to do this, any help is appreciated!
Thanks in advance