Skip to content

OfficeInside.Org

Office tutorials
  • Excel VBA Tutorial
  • Excel VBA How To
  • Excel VBA Functions
  • Excel How To
  • Links
  • Search

OfficeInside.Org

  • Search
  • Excel VBA Tutorial
  • Excel VBA How To
  • Excel VBA Functions
  • Excel How To
  • Links
Excel VBA WEEKDAY function

1. Weekday VBA Function – Description The Weekday VBA function  returns the word name of the day of the week from numbers from 1 to 7. In the second argument of the function we can define which day of the week we consider as the first, e.g. for Poland it […]

Weekday VBA function – Weekday number

Excel VBA TIMEVALUE function

1. VBA TimeValue Function – Description The TimeValue VBA function  converts the time stored in text form into a formatted time with the date data type in VBA. This function is also used to extract time values ​​from date and time values. If we would like to convert a text […]

TimeValue VBA Function – How to convert text to time

Excel VBA TIMESERIAL function

1. TimeSerial VBA Function – Description The TimeSerial VBA function  returns the time composed of arguments such as hour , minute ,  second . If in VBA you have numbers representing hours, minutes, seconds and you want to compose time from them, use the TimeSerial function. In case you want […]

TimeSerial VBA function – How to create time from parts

Excel VBA NOW function

1. Now VBA function – Description The Now VBA function   returns the current date and time or the time only. If we want Excel VBA to return the current date, we should use this function. The Date function has no arguments. The time value from the Now function is the […]

Now VBA function – System time in VBA Excel

Excel VBA MONTHNAME function

1. MonthName VBA Function – Description The MonthName VBA function  returns the word name of the month from 1 to 12. It is important that the argument for this function is a number, not a date. The function can be combined with the VBA Month function . The function can […]

MonthName VBA Function – Month in words

Excel VBA MONTH function

1. Month VBA function – Description The Month VBA function returns a number representing the month of a given date. So if we want Excel VBA to return the numbers corresponding to the following months, we should use this function. It should be remembered that the date from which we […]

Month VBA Function – How to calculate month from date

Excel VBA MINUTE function

1. Minute VBA function – Description The Minute VBA function returns a number representing the minutes for a given date and time. So if we want Excel VBA to return the numbers corresponding to the next minutes, we should use this function. It should be remembered that the date and […]

Minute VBA Function – How to get minutes from date …

Excel VBA HOUR function

1. Hour VBA function – Description The Hour VBA function   returns a number representing the hour for a given date and time. So if we want Excel VBA to return to us numbers corresponding to the following hours, we should use this function for this purpose. Please note that the […]

Hour VBA function – How to get hour from date …

Excel VBA DAY function

1. Day VBA function – Description The Day VBA function returns a number that represents the day of the month of a given date. So if we want Excel VBA to return to us numbers corresponding to the next days of the month, we should use this function. It should […]

Day VBA function – How to calculate day of month …

Excel VBA DATEVALUE function

1. VBA DateValue Function – Description The DateValue VBA function  converts a text date into a formatted VBA date. The function is also used to extract the date value itself from a date and time value. If we would like to convert the time saved as text to serial time, […]

DateValue VBA function – How to convert text to date

Excel VBA DATESERIAL function

1. DateSerial VBA Function – Description The DateSerial VBA function  returns a date composed of arguments such as year , month , day . If in VBA you have numbers representing year, month, day and you want to compose a date from them, use the DateSerial function. In case you […]

DateSerial VBA function – How to create date from date …

Excel VBA DATEPART function

1. DatePart VBA function – Description The DatePart VBA function  returns the individual parts of the date and time depending on the arguments entered. With its help, we can extract elements such as quarter, day of the year, week of the year, as well as standard date elements such as […]

DatePart VBA Function – How extract parts from date and …

Excel VBA DATEDIFF function

1. DateDiff VBA function – Description The DateDiff VBA function  returns the difference between two dates. Depending on what we introduce in the function arguments, we can get the difference in days, months, years, weeks, quarters, hours, minutes, seconds, etc. Monday. In the English nomenclature it will be Sunday. 2. […]

DateDiff VBA Function – How to calculate date and time …

Excel VBA DATEADD function

1. DateAdd VBA function – Description DateAdd VBA function is the date or time plus or minus a specified number of time units. So if we want to enlarge the date by e.g. a certain number of days, months and years, we will use this function. We use this function […]

DateAdd VBA function – How to add date and time

Excel VBA DATE function

1. Date VBA function – Description The Date VBA function   returns the current date. If we want Excel VBA to return the current date, we should use this function. The Date function has no arguments. The date value from the Date function is the system date. You can compare the […]

Date VBA function – Current date in VBA Excel

Excel VBA VAL function

1. Val VBA function – Description The Val VBA function   searches for occurrences of numbers in a string. If a number appears at the beginning of a string, the function returns its value in the form of a number with the Double data type. When a string starts with non-numeric […]

Val VBA function – How to extract a number from …

Top Posts

  • Log VBA function. How to calculate the natural logarithm
    Log VBA function. How to calculate the natural logarithm
  • VBA InputBox window in Excel
    VBA InputBox window in Excel
  • ActiveX controls - CommandButton in Excel VBA
    ActiveX controls - CommandButton in Excel VBA
  • VBA Add-in - Creating Add-ins in Excel
    VBA Add-in - Creating Add-ins in Excel
  • ActiveX Controls - ComboBox in Excel VBA
    ActiveX Controls - ComboBox in Excel VBA
  • Chr VBA Function - How to return a character from ASCII code
    Chr VBA Function - How to return a character from ASCII code

© 2025 OfficeInside.Org – All rights reserved

Powered by WP – Designed with the Customizr theme

 

Loading Comments...