D delta Member Mar 11, 2021 #1 below code put in userform initialize but error show is type mismatch. what is correct code Me.ComboBox1.RowSource = Sheet2!Range("a1:a8").Value
below code put in userform initialize but error show is type mismatch. what is correct code Me.ComboBox1.RowSource = Sheet2!Range("a1:a8").Value
Debaser Well-Known Member Mar 11, 2021 #2 Rowsource is an address, so it would be: Code: Me.ComboBox1.RowSource = "Sheet2!a1:a8"
D delta Member Mar 12, 2021 #4 Do not working. run time error 438 show object doesn't support this method or property
V vletm Excel Ninja Mar 12, 2021 #5 delta Duplicated with Vlookup and Match fuction in userform show error what is wrong in code >>> use code - tags chandoo.org This thread is closed.
delta Duplicated with Vlookup and Match fuction in userform show error what is wrong in code >>> use code - tags chandoo.org This thread is closed.