I have three named ranges of columns - all adjacent to each other (eg A:G, I:Z, AA:BZ)
In each group of columns there will be some columns that are used for lists and will have label data in the first row.
I want to have a macro that toggles between hiding all columns that are empty across all ranges and then three other macros which selectively display only columns that have data in each range.
How do I combine EntireColumns.Hidden=True with "sub" macros where I want to display just those within each range?
In each group of columns there will be some columns that are used for lists and will have label data in the first row.
I want to have a macro that toggles between hiding all columns that are empty across all ranges and then three other macros which selectively display only columns that have data in each range.
How do I combine EntireColumns.Hidden=True with "sub" macros where I want to display just those within each range?