
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 …
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.
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 …
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.
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 …
Select Case statement (VBA) | Microsoft Learn
Mar 30, 2022 · Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and …
VarType function (Visual Basic for Applications) | Microsoft Learn
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide …
With statement (VBA) | Microsoft Learn
Mar 30, 2022 · Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and …
Object required (Error 424) | Microsoft Learn
Feb 8, 2022 · Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and …
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 …