Checkbox column

B

Bo Rasmussen

Hi,

How do I create a checkbox column to contain boolean values ?

Regards
Bo
 
J

Jonathan Rynd

How do I create a checkbox column to contain boolean values ?

Excel doesn't support this directly. To get a checkbox you need to use VBA
Forms or OLE controls, create a bunch of checkboxes, then link them to the
cells. Check out View/Toolbars/Forms and View/Toolbars/Control Toolbox.

Could you describe in more detail what you're looking for?
 
Top