A form control is a kind of user interface component that can be added to a worksheet. You can add a single form control to a worksheet, or a group of multiple form controls. Some of the form controls that you can choose from are, list boxes, check boxes, radio buttons, scroll bars, combo boxes, and control buttons.
You can use form controls to design a workbook that encourages users to make certain choices and selections. Operations can then be performed based on the selections made. Form controls can also be used to provide data options or choices for the user.
Essentially form controls let you manage what kind of data a user can enter or manipulate and what happens in your worksheet after a user has performed specific actions. You can even combine form controls to create a simple user interface or Form for interacting with a workbook.
|