Enter the holiday according to the Table in the holiday-list using VBA

Question: I have the EmployeeName, the HolidayStart and the HolidayEnd in a Worksheet. How can I color the holidays of each employee in the following...

Check if a VBProject is protected using VBA in Microsoft Excel

With the function below you can check if a VBProject is protected before you try to edit the project: Function ProtectedVBProject(ByVal wb As Workboo...

Show the time in hh:mm.sss format using VBA

In this article, we will create a macro to format the time in hh:mm.sss format. Raw data for this example consists of certain time values in column E...

Cell protection only for formulas using VBA in Microsoft Excel

In this article, we will use change event of worksheet to protect cells which contain formulas. Raw data consists of employee sales data, which inclu...

Create day sheets of a month without weekends and holidays using VBA

In this article, we will create a macro to create a sheet for each weekday for the specified month of the specified year excluding all the dates speci...

Seperating Website Name or URL from Text

The tip submitted by: Jay Shukla Some times we have a situation like: 1. Yahoo website www.yahoo.com 2. Google Website www.google.com So How...

Copy data having date between two defined dates to new worksheet using VBA

 In this article, we will create a macro to extract data from raw data worksheet to a new worksheet, based on the specified date range. Raw da...

Terms and Conditions of use

The applications/code on this site are distributed as is and without warranties or liability. In no event shall the owner of the copyrights, or the authors of the applications/code be liable for any loss of profit, any problems or any damage resulting from the use or evaluation of the applications/code.