A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
You could use Grouping:
• Select any contiguous columns that you want to hide
• Data.Group.Group...(that will create Group buttons at the top of the sheet)
...repeat for other columns
To hide those columns
• Click the [1] in the upper left of the sheet
To UN-hide those columns
• Click: the [2]
OR...Create a Custom View
• Hide the specific columns
• View.Custom_Views.Add
...Name the view (...example: PrintView) and save it.
Now unhide all columns.
To see that view
• View.Custom_Views....Select the view (PrintView)....Click: Show
Does that help?