Similar Posts

VBA Code to Check if Folder Exist
VBA Code to check if folder exist Validation is one of the important parts of any programming language. As per few studies, 60% of the code is focused on validating input or output. In this…

Random Rows Selector Tool – Unprotected Version
Random Rows Selector is an MS Excel based tool which can be used to pick random or stratified samples from a set of records available in Excel.

Protect Sheets, Share Workbook, Protect Workbook
How to protect and share your workbook? Creating beautiful and professional dashboards, projects always lead you to success however there are places when you wanted to protect your dashboards, sheets, cells to prevent users to…

VBA Code to List Files in Folder
VBA Code to list Files in Folder To work on multiple files through VBA programming, you need to have VBA code that can list files in a folder. In this article we will learn three…

Practice Date Function Online in Excel
Use Excel’s DATE function when you need to take three separate values and combine them to form a date.

How to Count Blank Cells in Excel – 3 Easy Ways
The only thing worse than wrong data in your spreadsheet is Empty Cells. If these blanks aren’t filled, they can cause problems when using formulas. I usually fill these empty cells with 0 or “NA”…