Get Position of Last Column Containing Data with Excel VBA

If you read my latest update on how we can get position of last row containing data, then most probably you already have a glimpse on how we perform the ... Read more..

Move Cursor To One Cell Below Last Row With Data

Ever want to paste some data into new empty cell after the last cell with data in certain column? Then take a look at this simple macro.... Read more..

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..