Showing and hiding columns

  • Thread starter Thread starter Tom Ogilvy
  • Start date Start date
T

Tom Ogilvy

use the change event and check if the Target is cell C1. If so, then take
the appropriate action.
 
I need help hiding and showing columns based on a cell value. When my
workbook opens column H and I are hidden. Cell C1 is a cell that I have
validation. When the user selects "THIS" in cell C1 I would like column H to
appear. If the user selects "THAT" in cell C1 then I want column I to appear
and column H to be hidden. Can this be done?

T.I.A.

Ed
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top