View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
mrwill mrwill is offline
external usenet poster
 
Posts: 2
Default conditional prevention of check mark in a cell

Hello,

I have a worksheet that has two cells in which I can double click to either add
or remove a check mark. This code is working. I now want to add code in which if
one box is checked, then it doesn't let you put a check mark in the other cell.
I am new to VBA and macros. I have learned quite a bit just playing around with
it and searching solutions online. But, this one seems to be avoiding me. Thanks
for any help you can give.

Will