Gamer.Site Web Search

Search results

  1. Results From The WOW.Com Content Network
  2. Getting started with VBA in Office | Microsoft Learn

    learn.microsoft.com/en-us/office/vba/library-reference/concepts/getting...

    Beyond the power of scripting VBA to accelerate every-day tasks, you can use VBA to add new functionality to Office applications or to prompt and interact with the user of your documents in ways that are specific to your business needs.

  3. Office Visual Basic for Applications (VBA) reference

    learn.microsoft.com/en-us/office/vba

    Office Visual Basic for Applications (VBA) is an event-driven programming language that enables you to extend Office applications.

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

    learn.microsoft.com/en-us/office/vba/language/concepts/getting-started/...

    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 explain how to interpret the most common syntax elements.

  5. Language reference for Visual Basic for Applications (VBA)

    learn.microsoft.com/en-us/office/vba/api/overview/language-reference

    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 in developing solutions based on VBA.

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

    learn.microsoft.com/en-us/dotnet/visual-basic

    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.

  7. Excel Visual Basic for Applications (VBA) reference

    learn.microsoft.com/en-us/office/vba/api/overview/excel

    This reference contains conceptual overviews, programming tasks, samples, and references to help you develop Excel solutions. Note. Interested in developing solutions that extend the Office experience across multiple platforms? Check out the new Office Add-ins model.

  8. With statement (VBA) | Microsoft Learn - learn.microsoft.com

    learn.microsoft.com/en-us/office/vba/language/reference/user-interface-help/...

    The With statement allows you to perform a series of statements on a specified object without requalifying the name of the object. For example, to change a number of different properties on a single object, place the property assignment statements within the With control structure, referring to the object once instead of referring to it with ...

  9. Comparison Operators in Visual Basic | Microsoft Learn

    learn.microsoft.com/en-us/dotnet/visual-basic/language-reference/operators/...

    These operators compare two expressions to determine whether or not they are equal, and if not, how they differ. Is, IsNot, and Like are discussed in detail on separate Help pages. The relational comparison operators are discussed in detail on this page.

  10. Is operator | Microsoft Learn

    learn.microsoft.com/en-us/office/vba/language/reference/user-interface-help/is...

    Example. This example uses the Is operator to compare two object references. The object variable names are generic and used for illustration purposes only. Dim MyObject, YourObject, ThisObject, OtherObject, ThatObject, MyCheck. Set YourObject = MyObject ' Assign object references.

  11. What's new - Visual Basic | Microsoft Learn

    learn.microsoft.com/en-us/dotnet/visual-basic/whats-new

    This article lists key feature names for each version of Visual Basic, with detailed descriptions of the new and enhanced features in the latest versions of the language.