by Paul Kelly | Aug 27, 2021 | UserForms
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...
by Paul Kelly | Jun 14, 2019 | UserForms
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...
by Paul Kelly | | UserForms, VBA Language
The VBA MsgBox function is used to display messages to the user in the form of a message box. We can configure the message box to provide the user with a number of different buttons such as Yes, No, Ok, Retry, Abort, Ignore and Cancel. The MsgBox function will...
by Paul Kelly | | UserForms, Vault 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...
by Paul Kelly | | UserForms, Vault 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...
by Paul Kelly | Apr 30, 2016 | UserForms
“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...