Okay, I am new to combo boxes. I'm trying to create a summary area on a dashboard (active) type dashboard. I have combo box 21 which pulls from a pivot table for names. Then, I have combo box22 which I want it to =vlookup("whatever is selected in combobox21", b12:g23, 6, false)
I tried to write the below based on another post I read but it didn't do anything. Could you please help me fill in the blanks?
TextBox1.Value = Application.VLookup(Me.ComboBox21.Value, Range("b12:g23"), 6, 0)
Thanks!
I tried to write the below based on another post I read but it didn't do anything. Could you please help me fill in the blanks?
TextBox1.Value = Application.VLookup(Me.ComboBox21.Value, Range("b12:g23"), 6, 0)
Thanks!