Forum Discussion
Lorenzo Kim
Jul 12, 2018Bronze Contributor
hide the leftmost column after DATA>subtotal
Hello...
can the leftmost column ([1][2][3]) after DATA>subtotal be hidden?
many thanks
3 Replies
- Lorenzo KimBronze Contributor
Hi everyone,
I found the solution to hide the leftmost column after subtotal, IT IS: CTRL + 8
hope someone out there needs this too...
many thanks
- Lorenzo KimBronze ContributorBTW..
the vba for this is:
ActiveWindow.DisplayOutline = False
- Lorenzo KimBronze Contributor
or maybe reduced somewhat?