Date in Excel

Excel VBA Textbox to Format Date (4 Suitable Examples)

When working with UserForms in Excel VBA, it is often necessary to format the date values displayed in TextBox controls for a better user experience. ...

Excel Date Picker for Entire Column

Date Picker is one of the interesting tools of Microsoft Excel. It relieves us from the monotonous work of inserting data for each cell manually. ...

Excel VBA to Find Week Number (6 Quick Examples)

Most of us have learned that a year has 52 weeks. There are at least six different week numbering systems currently in use around the world. Week ...

VBA Date to String Conversion in Excel (6 Methods)

Generally, Microsoft Excel performs any task much faster than we do it manually. In this article, we will see how to convert VBA date to string in ...

Now and Format Functions in Excel VBA (4 Examples)

Visual Basic for Applications (VBA) is one of the important parts of Microsoft Excel. VBA allows users to create customize functions and applications ...

How to Use VBA DATESERIAL Function in Excel (5 Examples)

DATESERIAL function is an Excel time and date function that can be used in VBA to get a date from a specified year, month, and day value. From this ...

How to Use Year Function in Excel VBA (5 Suitable Examples)

The Year function in Excel VBA is under the Date and Time category functions. If we use it in a VBA code, it extracts the year from the date which we ...

How to Use VBA MONTH Function in Excel (7 Suitable Examples)

The MONTH function falls under the Date or Time category. The MONTH function works both in worksheet and VBA Macros. It takes only one argument. In ...

How to Use EoMonth in Excel VBA (5 Examples)

In Microsoft Excel’s Visual Basic for Applications (VBA), there are a lot of built-in functions that can ease the ways of solving complex problems. ...

How to Use the VBA DatePart Function in Excel (7 Examples)

One of the most important and widely used functions that we encounter while working with VBA is the DatePart function of VBA. Today in this article, ...

How to Calculate Due Date with Formula in Excel (7 Ways)

In Excel, we can easily calculate the due date of a project by using the DATE formula, EDATE Function, YEARFRAC Function, and WORKDAY Function. ...

How to Use IF Formula with Dates (6 Easy Examples)

While working in Microsoft Excel, there are various formulas to make our work easier. IF formula is one of them. It has a wide range of applications ...

How to Format Date with VBA in Excel (4 Methods)

Implementing VBA macro is the most effective, quickest and safest method to run any operation in Excel. In this article, we will show you how to ...

How to Insert Current Date in Excel (4 Suitable Examples)

When making an assignment, report or any other business-related document then it’s pretty common to add the current date. Sometimes we need to insert ...

Date Variable in VBA Codes (7 Uses of Macros with Examples)

In Microsoft Excel's VBA, there are a lot of essential methods and functions. To use those, we have to declare variables. The Date variable is one of ...

Advanced Excel Exercises with Solutions PDF

 

 

ExcelDemy
Logo