B
briandhowells
I'm looking for a macro that checks the title of columns and hides
particular ones. For example, using the bwlo sample sheet, a macro
that would hide the Age and Location columns automatically:
Name Age Sex Location
John 1 M Home
Steve 4 F Work
As a further capability, I was thinking of creating a spreadsheet with
a listing of all of the columns that I would like hidden, and then
reference that in the macro. So, if the header equals a value on the
column hiding list, the macro would hide that column in my actual
spreadsheet.
Any thoughts? Thanks!
particular ones. For example, using the bwlo sample sheet, a macro
that would hide the Age and Location columns automatically:
Name Age Sex Location
John 1 M Home
Steve 4 F Work
As a further capability, I was thinking of creating a spreadsheet with
a listing of all of the columns that I would like hidden, and then
reference that in the macro. So, if the header equals a value on the
column hiding list, the macro would hide that column in my actual
spreadsheet.
Any thoughts? Thanks!