VBA Listbox – A Complete Guide

The VBA ListBox is a very useful control. If you are creating any kind of UserForm application you will most likely use it. In this post, I’m going to show you everything you need to know about the VBA ListBox so you can avoid the common pitfalls and get up and...
VBA Inputbox – A Complete Guide

VBA Inputbox – A Complete Guide

The VBA Application.InputBox provides a dialog for you to get a response from the user. You can specify the response type from the user. These include numbers, string, date and a range. If you want to get a single piece of text or value from the user you can use the...
VBA UserForms Part 2 (Video)

VBA UserForms Part 2 (Video)

Webinar Number: W0010 This webinar is the second of a two-part series on VBA Forms. In this webinar, we look at how to use the controls on a UserForm. The webinar features: Live VBA coding Professional VBA tips, tricks and secrets How to use the main controls on a...
VBA UserForms Part 1 (Video)

VBA UserForms Part 1 (Video)

“The system should treat all user input as sacred” – Jef Raskin. Webinar Number: W0009 This video shows you how to use a UserForm in your VBA application. It features Live VBA coding What is the UserForm and why do you need it How to use UserForms in your...
VBA UserForms Part 2 (Video)

VBA UserForm Controls – A Guide for Everyone

“I want to think that there is someone with sound judgement at the controls” – Martin Feldstein     The Webinar If you are a member of the website, click on the image below to view the webinar for this post. (Note: Website members have...