News

Susan Harkins shows you two easy ways to populate an Excel UserForm, and neither requires a single bit of VBA code.
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 ...
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 ...
Not everyone is familiar with Excel. You can protect the data input process by using Excel's UserForm object to collect data. Susan Harkins explains how.
Excel is a useful program for creating tables, graphs and making complicated calculations automatically. It might seem complicated at the beginning, but when you get to know Excel's features, the ...
Visual Basic for Applications (VBA) gives you an additional option for embedding images in Excel. When you add an image through the VBA window, you can embed it into an Excel dialog box.