Hide Excel Sheet Based on Sheet Tab Colour – VBA Macro
This video details the VBA code needed to hide worksheets that have a coloured sheet tab. It also demonstrates how to hide sheets that have a sheet tab with a specific colour assigned. The VBA code is shown below the video. VBA Code to Hide All Coloured Sheet Tabs Sub HideColouredTabs() Dim ws As Worksheet… Read More »Hide Excel Sheet Based on Sheet Tab Colour – VBA Macro