Hide columns in a group on after VBA-procedure

  • Thread starter Thread starter NorTor
  • Start date Start date
N

NorTor

Hello!

A bit of help needed please...

On a reporting-sheet, I have selected some columns (F:J) and made them
into a group (using menus DATA-GROUP). Now the user can select whether
to view these columns by clicking the '+' symbol, and hide them again
by clicking the '-' symbol.

Now, the report is built by a VBA-procedure when the user clicks a
'Build Report' button.

I would like the the group to be hidden by default after the report is
built. The way it is now, the group is in the state the user left it
before building the report.

How do I add a line in the procedure so that the group/columns are
hidden?


Regards,
-NorTor-
 

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