View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
Erin Erin is offline
external usenet poster
 
Posts: 75
Default Using contents of a check box for an in statement

I would like to create an if statement that could somehow read whether or not
a check box is checked. I'm pretty familiar with Excel programming, but not
much beyond that. I would like to do something like if(checkbox=true, 15).
Something like that. Does anyone know if I have any options?

Thanks