G'Day all,
I have a macro which downloads some data into some pre-arranged cells and then formats some graphs which are linked to those cells.
Since I need to display the resultant graphs in a weekly presentation, I have grouped the columns where the data is downloaded (A to AB).
The idea is that I will hide the data when I make the presentation. However, if you run the macro with the columns hidden, you receive errors. When the columns are not hidden, you don't.
Essentially, what is the command that unhides the columns?
Is it something like:
Columns("A:AB").unhide
or
Groups("Group1").visible = true
Thanks
Philby
I have a macro which downloads some data into some pre-arranged cells and then formats some graphs which are linked to those cells.
Since I need to display the resultant graphs in a weekly presentation, I have grouped the columns where the data is downloaded (A to AB).
The idea is that I will hide the data when I make the presentation. However, if you run the macro with the columns hidden, you receive errors. When the columns are not hidden, you don't.
Essentially, what is the command that unhides the columns?
Is it something like:
Columns("A:AB").unhide
or
Groups("Group1").visible = true
Thanks
Philby