Excel Forms | CustomGuide

Excel Forms

How to Form Controls in Excel

Excel Forms

You can use Excel to create interactive digital forms that other people can fill out on their computers before printing or sending them back to you. It takes a little preparation, but using forms simplifies data entry and ensures accurate input. There are many different form controls available to add to a worksheet, like a check box or a list to select from.

Turn on the Developer Tab

In order to utilize form controls in Excel, you'll have to display the Developer tab to get access to the advanced tools.

  1. Click the File tab.
    Turn on the Developer Tab
  2. Select Options.
    Turn on the Developer Tab
  3. The Excel Options window opens.

  4. Click the Customize Ribbon category on the left.
  5. The column on the right controls which ribbon tabs are enabled.

  6. Check the Developer check box.
  7. Click OK.
    Turn on the Developer Tab

The Developer tab now appears on the ribbon. In addition to advanced tools for macro recording, add-ins, and XML, you now have access to form controls.

Insert a Form Control

Once you've enabled the Developer tab and created the layout and structure of the form, you can start adding form fields to your worksheet with form controls.

  1. Click the Developer tab.
  2. Click the Insert button.

    There are two categories of controls in the menu. The Active X controls are more complex, but more flexible, and can be used with VBA code. If you just need to do something simple, stick to a regular form control.

  3. Select a form control.
    Insert a Form Control
  4. Click, or click and drag, to place the form control.
  5. Right-click the form control.
  6. Select Format Control.
    Insert a Form Control

    The Format Control dialog box opens, displaying all the available options for setting how the form control behaves. The options that display here will vary depending on the type of control you’ve added.

    Any time you insert a control that contains a list of information, those values must be listed in a cell range in the workbook. If you don’t want the list of selectable values visible in the workbook, you can always create a separate sheet to hold all the form control list values, and then hide the sheet.

  7. Modify the form control settings.

    The control options available in the Format Object dialog box will vary depending on the type of form control you’re modifying.

  8. Click OK.
    Insert a Form Control

The form control is added to the worksheet and can now be used.