Automatically expanding outline section if values are present

  • Thread starter Thread starter KGardner
  • Start date Start date
K

KGardner

We are currently using the Outline function. Our problem is individuals will
expand the outline, enter information, and then collapse it. We then convert
the worksheet to a tiff (durable format). The problem is if the outline is
collapsed it does not print.

What we would like to happen if values exist in certain cells not to allow
them to collapse.

Thanks in advance
 
using VBA you can collaps/expand on a per outline-level basis (not per
individual branch).

alternative; expand everything?, or if that is not sufficient, use a VBA
macro to expand all and then hide all empty rows before printing
 
Back
Top