Radio Button

A radio button list control allows users to select a value from a defined list for data entry. For the List Box variation of the Radio Button control, see the video below. Each radio button list must be associated with a Single Named Range (SNR) in the workbook, which...

Dropdown

A dropdown control allows users to select a value from a defined list for data entry. Each dropdown must be associated with a Single Named Range (SNR) in the workbook, which will constitute the location where the value will be set for calculations, as well as a List...

Checkbox

A checkbox control allows end users to enter a TRUE or FALSE value. Each checkbox must be associated with a Boolean Single Named Range (B.SNR) in the workbook (i.e. a range pointing to a single cell that evaluates to TRUE or FALSE). Selecting a named range from the...

Textbox

A textbox is a basic control that allows user to input values for capture, storage, or calculation. Each textbox must be associated with a Single Named Range (SNR) in the workbook. Selecting a named range from the list may default some of the other textbox properties...

Sections and Containers

Sections A section is a row in the user interface – all components must be placed within a section. Sections can be subdivided to break up the screen. Each segment of the section contains a built-in container, into which subsequent controls can be placed. The...