python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Entering data from a userform to a table using first blank cell in a column
I want to enter data from my userform to a table. I foolishly thought I could do this the same way as when I entered it into a range. EDIT-my script actually does work to add the info to a table. I wa...
Samuel Lindemulder
Votes: 0
Answers: 0
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
How to hide option button on Userform if the caption has no text
I have 4 option buttons and their caption is set to different cells. However, sometimes that cell value doesn't contain any text, and I want to hide the option button from the Userform if that is the ...
MyName
Votes: 0
Answers: 2
How can I hide row in list box based on a column value in VBA userform?
I have some records being displayed in a listbox. I have a 'Hide' button in my userform which when clicked hides the row selected and the row remains in the excel sheet. But if I open the userform aga...
Pete
Votes: 0
Answers: 1