About 775,000 results
Open links in new tab
  1. Understanding Visual Basic syntax (VBA) | Microsoft Learn

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

  2. Visual Basic has a simple syntax much of the language is easily understandable (that’s why it’s called Basic, doh). A few points: Variables are declared using the Dim keyword, Dim is short for (Dimension). The above code creates a variable called MyVariable with no value.

  3. VBScript Functions - W3Schools

    Returns the position of the first occurrence of one string within another. The search begins at the last character of the string. Well organized and easy to understand Web building tutorials with lots of examples of how to use HTML, CSS, JavaScript, SQL, Python, PHP, …

  4. VBScript Tutorial - Online Tutorials Library

    Microsoft VBScript (Visual Basic Script) is a general-purpose, lightweight and active scripting language developed by Microsoft that is modeled on Visual Basic. Nowadays, VBScript is the primary scripting language for Quick Test Professional (QTP), which is a test automation tool.

  5. VBScript Syntax - Online Tutorials Library

    VBScript Syntax - Learn the essential syntax of VBScript, including variable declaration, control structures, and more to enhance your scripting skills.

  6. Getting started with VBA in Office | Microsoft Learn

    Jun 7, 2022 · 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.

  7. VBScript Language Reference - Office VBScript Documentation

    These handy blocks of information will help you explore the many different parts of the Visual Basic Scripting language. You'll find all the parts of the VBScript language listed alphabetically under the Alphabetic Keyword List.

  8. How to Create Visual Basic Script: Step-by-Step Guide

    Learn how to create Visual Basic Script with this guide. Follow our instructions to write, edit, and run your own Visual Basic scripts.

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

    Sep 13, 2021 · It can contain keywords, operators, variables, constants, and expressions. Each statement belongs to one of the following three categories: Declaration statements, which name a variable, constant, or procedure and can also specify a data type. Assignment statements, which assign a value or expression to a variable or constant.

  10. VBA Tutorial

    VBA Tutorial - Learn Visual Basic for Applications (VBA) with our comprehensive tutorial. Master programming in Excel and automate tasks efficiently.

Refresh