Hi, works fine, but I suggest everytime to add in ListBox if we don't have info on sheet, othervise user can think it's not working. e.g.: If Sheets(mySh).Cells(1, 1) = "" And Sheets(mySh).Cells(1, 2) = "" Then Me.ListBox2.AddItem "" Else .... End if
Dan great video! I have a similar userform and I am trying to use a textbox to search the sheet names in the listbox. I am finding it difficult to code the textbox change event to dynamically update the listbox as I enter each character in the text box. Can you help?
Dan, this is great! What code would you use to then select the cell for which was selected in the header box? How about also in a range?
Hi, works fine, but I suggest everytime to add in ListBox if we don't have info on sheet, othervise user can think it's not working.
e.g.:
If Sheets(mySh).Cells(1, 1) = "" And Sheets(mySh).Cells(1, 2) = "" Then
Me.ListBox2.AddItem ""
Else
....
End if
That's a great suggestion! Thanks!
how to show sheet data on listbox horizantaly
I have been working on a similar user form this week and this really helps!! Thanks for your videos!!
I'm so glad this has helped!!
Dan great video! I have a similar userform and I am trying to use a textbox to search the sheet names in the listbox. I am finding it difficult to code the textbox change event to dynamically update the listbox as I enter each character in the text box. Can you help?
Hi Jeff,
Can you show us the code that's giving you trouble?
Thanks
Dan
Hi, the list box click event is not working if the list box multiselect option under properties is selected as 1-frmmultiselectmulti
Thanks, Dan. I have always struggled with list boxes. This really helps.
Awesome eCabinets! so glad it helps, my friend!
Thanks for the vid!!!
Thanks ExcelIsFun!
@@ExcelVbaIsFun why sheet data is showimg only in one line
Usefull..
Nice! Thanks this will help me!
Awesome! So glad it will help, TheBandit94!
Great job Daniel. Thanks
Thanks Kevin! :)
Useful stuff!
great!
Thx, man!
You're so welcome!!