How To Hide an Excel Worksheet

Some time we want to hide a certain Excel Worksheet from view, and it's a common practice to use select the Worksheet, go to menu Format > Sheet > Hide.Using ... Read more..

Create New Excel Worksheet With VBA

The Excel VBA macro below will create a new Excel Worksheet called 'RawData' or we can use msgbox to ask for the Worksheet name if needed.If there is already a ... Read more..