9UserForms—An Introduction
IN THIS CHAPTER
User Interaction Methods
User forms allow you to display information and allow the user to input information. InputBox
and MsgBox
are simple ways of doing this; the UserForm controls in the VBE can be used to create more complex forms.
This chapter covers simple user interface using InputBoxes and Messageboxes and the basics of creating UserForms in the VBE; for more advanced programming, see Chapter 21, “Advanced UserForm Techniques.”
InputBox
The InputBox
function is a ...
Get VBA and Macros for Microsoft Excel now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.