python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
VBA outputting all listbox entries to a single cell
I currently have a form whereby a person inputs a sales order number and a part number into a form and submits that information to a sheet when the submit button is clicked. What I am trying to do and...
Strexxin
Votes: 0
Answers: 1
VBA: Userform Listbox to String
I have a Userform where people loop through and add on each click an item to a listbox. By clicking another buttom the items should be converted to a string with a comma as delimiter.
lstDatabase.AddI...
Rolf12
Votes: 0
Answers: 1
Windows Forms - How do I select all items in Listbox by pressing Ctrl A
In Windows Forms, I want user to be able to select all items in a Listbox by pressing default hotkeys as we are all used to, Ctrl + A.
I came up with something like this, and although it works,
pr...
Dalibor
Votes: 0
Answers: 0
Listbox.Selected shows run time error '-2147024809(80070057)'
I have a listbox which is set to multi select.
When I use listbox.selected to check the item selection status、I get the run time error.
Run-time error '-2147024809(80070057)':Could not get selected pr...
DenDen
Votes: 0
Answers: 1