OK not a question, just a hopefully useful post.
Problem: In Excel, there is no easy way to unhide just one column. Instead you would need to unhide all the columns then rehide anything you don't want.
Solution: Here is an Excel UserForm and accompanying VBA macros that fills this gap.
This macro will hide/unhide columns for a Table or an AutoFilter on the active sheet.
anvilsoup - Excel: Hide or unhide columns
I am sure there are a lot better ways of writing this code (I am not a good coder!) but hopefully it helps - let me know what you think!
Problem: In Excel, there is no easy way to unhide just one column. Instead you would need to unhide all the columns then rehide anything you don't want.
Solution: Here is an Excel UserForm and accompanying VBA macros that fills this gap.
This macro will hide/unhide columns for a Table or an AutoFilter on the active sheet.
anvilsoup - Excel: Hide or unhide columns
I am sure there are a lot better ways of writing this code (I am not a good coder!) but hopefully it helps - let me know what you think!