View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
James Walker James Walker is offline
external usenet poster
 
Posts: 3
Default Help with Checkboxes

I have a worksheet with several checkboxes. I would like to do some
validation on two of these checkboxes (guessing this would be done through
VBA or a macro).

If one of the checkboxes has been "checked", then I need to check for values
in 5 other cells. If any of these 5 cells are Null (or blank), then I would
like to disable the various Save and Print options (both button and menu).
And finally, if possible, explain why the Save or Print options have been
disabled.

Any suggestions on how to get started would be greatly appreciated.

Thanks,
James Walker, Jr.