Clearing Cell Contents

L

Lester

I have a group of list box cells that are 'yes' or 'no' answers to
questions. The questions only appear if certain criteria are met, I
want to be able to make the answers disappear if the questions are
there. I'm currently using the list box validation function in Excel,
should I switch to a VB script instead?
 
T

Tom Ogilvy

You might be able to do it using defined names that are constructed from
formulas. Use these defined names as the source of your listbox.
 
Top