About 8,290 results
Open links in new tab
  1. Function statement (VBA) | Microsoft Learn

    Mar 30, 2022 · You call a Function procedure by using the function name, followed by the argument list in parentheses, in an expression. See the Call statement for specific information …

  2. VBA Function – Call, Return Value, & Parameters - Automate Excel

    Oct 29, 2021 · In addition to calling a function from your VBA code using a sub procedure, you can also call the function from within your Excel sheet. The functions that you have created …

  3. VBA Functions List

    Excel VBA Functions - List of Popular Built-In Functions in VBA with links to Descriptions and Examples of Use

  4. How to Create a VBA Function with Arguments in Excel – 4 …

    Aug 14, 2024 · Read More: How to Use VBA Input Function in Excel. Create a function to calculate the difference between two numbers: Steps: CalculateNum_Difference = Number2 - …

  5. VBA Functions Excel - Examples, How to Create Custom Function?

    Guide to VBA Functions. Here we explain how to create and access Excel VBA functions, with examples and downloadable excel template

  6. How To Write VBA Functions | GoSkills

    Use this helpful guide to Excel VBA functions for a solid introduction to one of Excel's most powerful tools.

  7. Excel VBA Functions And Sub Procedures [With Examples]

    Apr 1, 2025 · In this tutorial, we will learn about Excel VBA functions, Sub procedures, and the difference between them: If you have just started learning to code in VBA, then you will …

  8. VBA Function Statement - Explained with Examples

    Sep 23, 2023 · In this blog post, we will explore the purpose, syntax, and examples of using the Function statement in VBA, along with important notes and remarks. By the end of this post, …

  9. Function and Sub in Excel VBA - GeeksforGeeks

    Sep 11, 2025 · A function in VBA can be defined as a procedure that executes a piece of code or instructions and post-execution, it returns the value of the tasks performed. A function is hence …

  10. Functions (Visual Basic for Applications) | Microsoft Learn

    Sep 13, 2021 · This module will discuss the different available functions that you can use when developing for Business Central.