View Single Post
  #3   Report Post  
Tim Paine Tim Paine is offline
Junior Member
 
Posts: 27
Default

Quote:
Originally Posted by CNF View Post
Hi,

I'd like to add some checkboxes to a particular column in a spreadsheet I'm
creating but I can't find any easily apparent way to do this on Excel 2007.
Can anyone advise?

Thanks ;0)
--
CNF
You can insert form controls such as check boxes or option buttons to make data entry easier. Check boxes work well for forms with multiple options. Option buttons are better when your user has just one choice.

Sample check boxes Sample radio button controls

To add either a check box or an option button, you’ll need the Developer tab on your Ribbon.

Notes: To enable the Developer tab, follow these instructions:

In Excel 2010 and subsequent versions, click File Options Customize Ribbon , select the Developer check box, and click OK.

In Excel 2007, click the Microsoft Office button Office button image Excel Options Popular Show Developer tab in the Ribbon.

To add a check box, click the Developer tab, click Insert, and under Form Controls, click Button image .

the check box control on the ribbon

To add an option button, click the Developer tab, click Insert, and under Form Controls, click Button image .

the radio button control on the ribbon

Click in the cell where you want to add the check box or option button control.

Tip: You can only add one checkbox or option button at a time. To speed things up, after you add your first control, right-click it and select Copy Paste.

To edit or remove the default text for a control, click the control, and then update the text as needed.

edit text for a form control


I hope these steps will be helpful!
Tim Paine