About 111,000 results
Open links in new tab
  1. Visual Basic docs - get started, tutorials, reference.

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

  2. Tutorial: Learn to use the code editor with Visual Basic

    Sep 3, 2024 · In this tutorial, you'll try out the code editor in Visual Studio. You'll add code to a file to learn some of the ways that Visual Studio makes writing, navigating, and understanding Visual Basic …

  3. Get started with Visual Basic - Visual Basic | Microsoft Learn

    Apr 17, 2024 · This section of the documentation helps you get started with Visual Basic application development.

  4. Using Visual Basic Scripting Edition | Microsoft Learn

    Sep 13, 2021 · Scripting in Power Automate for desktop - Training Explore Power Automate for desktop, enabling automation of complex scenarios using VBScript, JavaScript, PowerShell, and Python.

  5. Programming Guide - Visual Basic | Microsoft Learn

    Sep 15, 2021 · Contains documentation on the basic structure and code conventions of Visual Basic, such as naming conventions, comments in code, and limitations within Visual Basic.

  6. Dictionary object | Microsoft Learn

    Jul 12, 2022 · See also Dictionary object (Windows Scripting previous version) Objects (Visual Basic for Applications) Object library reference for Office (members, properties, methods)

  7. 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 you can use to …

  8. If...Then...Else Statement - Visual Basic | Microsoft Learn

    Sep 15, 2021 · If...Then...Else Statement (Visual Basic) In this article Syntax Quick links to example code Parts Remarks Show 4 more

  9. Tutorial: Create simple Visual Basic console apps - Visual Studio ...

    Jul 30, 2025 · In this tutorial, you use Visual Studio to create a Visual Basic application. Visual Basic (VB) is an easy to learn type-safe programming language. This tutorial also explores some features …

  10. OpenTextFile method (Visual Basic for Applications)

    Jun 2, 2022 · Sub OpenTextFileTest Const ForReading = 1, ForWriting = 2, ForAppending = 8 Const TristateUseDefault = -2, TristateTrue = -1, TristateFalse = 0 Dim fs, f Set fs = …