About 50 results
Open links in new tab
  1. Language reference for Visual Basic for Applications (VBA)

    Jul 12, 2022 · Welcome to the Visual Basic for Applications (VBA) language reference for Office. This reference contains conceptual overviews, programming tasks, samples, and references to guide you …

  2. Understanding Visual Basic syntax (VBA) | Microsoft Learn

    Jan 22, 2022 · The syntax in a Visual Basic Help topic for a method, function, or statement shows all the elements necessary to use the method, function, or statement correctly. The examples in this topic …

  3. Getting started with VBA in Office | Microsoft Learn

    Jun 8, 2022 · This article explores some of the primary reasons to leverage the power of VBA programming. It explores the VBA language and the out-of-the-box tools that you can use to work …

  4. Excel Visual Basic for Applications (VBA) reference

    Jul 12, 2022 · Excel VBA reference This reference contains conceptual overviews, programming tasks, samples, and references to help you develop Excel solutions.

  5. Office Visual Basic for Applications (VBA) reference

    Sep 13, 2021 · This reference is for experienced Office users who want to learn about VBA and who want some insight into how programming can help them to customize Office.

  6. Visual Basic language reference | Microsoft Learn

    Jul 12, 2022 · Visual Basic language reference Provides documentation about Visual Basic the language: all its methods, properties, statements, functions, operators, and objects.

  7. Visual Basic docs - get started, tutorials, reference. - Visual Basic ...

    Learn Visual Basic programming in .NET - for beginning developers, developers new to Visual Basic, and experienced Visual Basic developers

  8. [MS-VBAL]: VBA Language Specification | Microsoft Learn

    May 20, 2025 · Specifies the VBA Language, which defines the implementation-independent and operating system-independent programming language that is required to be supported by all …

  9. Implements statement (VBA) | Microsoft Learn

    Mar 30, 2022 · When a Visual Basic class implements an interface, the Visual Basic class provides its own versions of all the Public procedures specified in the type library of the Interface.

  10. Writing Visual Basic statements (VBA) | Microsoft Learn

    Sep 13, 2021 · A statement in Visual Basic is a complete instruction. It can contain keywords, operators, variables, constants, and expressions. Each statement belongs to one of the following three …