About 320,000 results
Open links in new tab
  1. Date function (Visual Basic for Applications) | Microsoft Learn

    Date, and if the calendar is Gregorian, Date$ behavior is unchanged by the Calendar property setting. If the calendar is Hijri, Date$ returns a 10-character string of the form mm-dd-yyyy, …

  2. VBA Date Functions - Automate Excel

    Mar 16, 2024 · You can use the DateAdd Function to add a date/time interval to a date or time, and the function will return the resulting date/time. The syntax of the DateAdd Function is:

  3. Date Functions in VBA

    This page gives an overview of the VBA Date functions with example code showing how they are used. A link is provided for each function to its documentation on microsoft learn VBA site.

  4. VBA DATE Function (Syntax + Example) - Excel Champs

    In this tutorial, you can learn to use the VBA DATE Function. You can find a detailed description of syntax, arguments and an example along with a sample code.

  5. VBA Date Function - Syntax, Excel Examples, How to Use?

    Guide to What is VBA DATE Function in Excel. We learn how to use this function along with step by step Examples and downloadable template.

  6. VBA Date and Time Functions in Excel - GeeksforGeeks

    Oct 16, 2022 · Date and Time functions are used to interconvert date and time in different formats. In this article, we will learn about the most commonly used date and time functions.

  7. VBA Date Function - Explained with Examples

    Oct 1, 2023 · The VBA Date function is used to retrieve the current date from the operating system and can be used to perform calculations and formatting on dates within VBA code. It is …

  8. VBA Dates & Times - Functions - BetterSolutions.com

    Nov 1, 2025 · Returns the year from a date (Integer). VBA Reference - Microsoft Office Add-ins and Consultancy. One website for all Microsoft Office Users and Developers.

  9. MS Excel: How to use the DATE Function (VBA) - TechOnTheNet

    This Excel tutorial explains how to use the Excel DATE function (in VBA) with syntax and examples. The Microsoft Excel DATE function returns the current system date.

  10. How to use VBA to manipulate dates and times in Excel

    Manipulating dates and times in Excel using VBA opens up a world of automation and custom functionality that goes far beyond what standard worksheet functions can offer.