View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
beurling beurling is offline
external usenet poster
 
Posts: 2
Default Add a checkbox to a spreadsheet

Hi!

I'm totally new to macros and I don't get checkboxes to work at all..

What I'm trying to do is add a checkbox(actually multiple checkboxes) and
have these checkboxes interfere with other cells. for example like this:
A1: checkbox
A2: if(checkbox=true;1;2) (just to make the example easy)

I hope someone can help.

regards