conditional hide columns

  • Thread starter Thread starter Matt
  • Start date Start date
M

Matt

is there any way that i can automatically hide columns
based on the value in a designated cell without using a
macro?
thanks
 
That's one way. Or you could use a Worksheet_Change event
that will automatically hide certains columns once the
value has changed for a cell.

If you provide more detailed info (which columns to hide,
what is the target cell that changes values, etc), then
you'll probably get some code that'll work.

HTH
Jason
Atlanta, GA
 
The way my sheet is set up, i want to be able to toggle
between hiding/unhiding the columns. Is there away to
associate a macro with a control button, or would i have
to use a button from the forms toolbar?
thanks for your advice
-matt
 
Back
Top