About 4,170,000 results
Open links in new tab
  1. Getting started with VBA in Office | Microsoft Learn

    Jun 8, 2022 · You can perform these tasks and accomplish a great deal more by using Visual Basic for Applications (VBA) for Office—a simple, but powerful programming language that …

  2. 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.

  3. 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 …

  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. 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 …

  6. Type mismatch (Error 13) | Microsoft Learn

    Sep 13, 2021 · Visual Basic is able to convert and coerce many values to accomplish data type assignments that weren't possible in earlier versions. However, this error can still occur and …

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

    Visual Basic documentation Visual Basic is an object-oriented programming language developed by Microsoft. Using Visual Basic makes it fast and easy to create type-safe .NET apps.

  8. Library reference for Visual Basic for Applications (VBA)

    Jul 12, 2022 · Library reference VBA This reference contains conceptual overviews, programming tasks, samples, and references to guide you in developing solutions based on Office.

  9. Understanding objects, methods, properties, and events (VBA)

    Mar 30, 2022 · In Visual Basic code, you must identify an object before you can apply one of the object's methods or change the value of one of its properties. A collection is an object that …

  10. Understanding automation (VBA) | Microsoft Learn

    Mar 30, 2022 · When an application supports Automation, the objects the application exposes can be accessed by Visual Basic. Use Visual Basic to manipulate these objects by invoking …