View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
John[_65_] John[_65_] is offline
external usenet poster
 
Posts: 1
Default Hide Columns That Contain Checkboxes

Hi,
I created an expense sheet that among other items
contains the following columns:
Breakfast, Lunch, Dinner, Meals.

Breakfast, Lunch and Dinner cells each contain a checkbox.
When the checkbox is clicked (checkbox = TRUE) the linked
cell display the allotted amount for the corresponding
meal.
Meals adds the values of Breakfast+Lunch+Dinner.
The printed expense claim only needs the Meals column.
When I hide the other 3 columns (Breakfast, Lunch,
Dinner), the checkbox from the Dinner column shows up in
the Meals column.
Is there a way to remedy this?
Thanks,
John