News

Create a UserForm containing a dynamic number of controls and make sure they are being triggered by certain events. To achieve this result, we will use a UserForm and a class module, and assign any ...
Code and procedures optimization / simplification. Here are a couple of tips to have in mind when you design a solution that includes loading Excel data into a Listbox in a UserForm: ...
UserForm code is translated and exported in a format that can be imported into twinBASIC, along with the form. The resulting imported form and code may have to be tweaked in twinBASIC to work as ...
Avoid input errors when soliciting data via a Word UserForm with VBA procedures that check for specific attributes.
Hello,I've got a small question about userforms:When a userform loads it has certain default values (determined by the develop environement). Nou I am writing an option to reset the userform.How ...
Susan Harkins shows you two easy ways to populate an Excel UserForm, and neither requires a single bit of VBA code.