This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.

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.
Get started
- Download the .NET SDK
Get Started
- Create a .NET Core console application using Visual Studio
- Create a .NET Standard library using Visual Studio
- Walkthroughs
- Additional resources
Fundamentals
- Language strategy
- Programming concepts
What's new
- What's new in Visual Basic
- Structure of a Visual Basic app
- Language features
- Develop apps with Visual Basic
- Windows Forms apps
- Visual Basic on Q&A
Language reference
- String functions
- Language specification
- Development
- IT & Software
- Data Science
- Soft Skills
- HR and L&D
- Office Productivity
A Visual Basic Tutorial for Beginners: Getting Started

Today visual basic has evolved into something far more powerful than it was during its early days of design, and it proves to be something that even advanced programmers still use today. The Udemy course Visual Basic for Microsoft Access teaches you a lot about visual basic and how to program using it.
Programming in Visual Basic
Visual basic is an interesting computer programming language due to the simplicity that it has. Many programmers who develop for Windows use Visual Basic since it helps to streamline the programming process.
Visual Basic, like many other programs, has programming elements that you will learn to use in order to “speak” the programming language. These elements include things such as statements, declarations, keywords, operators, and methods.
You will also have to write in a specific manner when you’re programming in visual basic in order for a computer to understand what you’re saying. For example, if you wanted to say that the maximum speed of a vehicle was 120, then you would write something along the lines of
Simply broken down you start off with Vehicle, and within that vehicle section you would pick speed and within the speed section you would set a value of 120. This could be a way to set the speed of a car in order to calculations or the speed of a vehicle in a game or any other various applications you can think of applying this parameter.
Although it can seem complicated, programming is actually rather simple once you get the hang of it. Check out Udemy’s course on Programming for Non-Programmers .
Variables: Declaring, Assigning, and Using Them
In all programming languages, variables are a key component. There are three things you have to do in order to use a variable in your program. The first thing is to declare it, then assign it, and finally use it.
To declare a variable in Visual Basic you have to assign it a data type and give it a name. You use two keywords to declare a variable. The first keyword is Dim and the second keyword is As.
For example, if you want to declare a variable that acts as a value for a number then you would write the following line of code.
This simple line of code tells your program that number is a variable that can be assigned a number that counts as an integer. Remember that integers can only store whole numbers, but what if you wanted to store a number, such as 16.25 or 17.83, then you would have to use another data type.
This line of code allows you to store numbers that don’t have to be whole numbers. You may be wondering why you shouldn’t just use double for all your numbers since it can take more than just whole numbers. A double takes more space and memory than an integer, so you should only use the appropriate data type for your values.
The final type of variable and data type you want to learn to get the basics of Visual Basic is the string. The string is used when you want to use words in your program.
This line of code above will allow you to set a word as a value. This is great for setting names for a person or a company.
Assigning Variables and Values
Above we mentioned how you can assign a variable to a data type. After you write that initial line of code, you can assign a value to that variable as well.
For example if we were to write:
Then the number variable would now be assigned to 44 and its value will remain that until we change it something else. A lot of times your Visual Basic program will tell you there’s an error if you mistakenly try to assign a value to something without first establishing it as a variable.
A way to avoid this mistake is to streamline this coding and instead of breaking it down into two lines of code you simultaneously create the variable and give it a value.
For example, for the number variable you could write:
All of this is in the same line of code and it does the same thing that the previous two lines of code did before. When you’re programming, and you’re writing several hundred or even thousand lines of code at a time, you will want to do whatever you can to make the process a lot simpler.
Creating Your Own Project
Now that you understand some of the basic concepts of Visual Basic, you can actually go ahead and create your own program. In the program, you will assign variables to various data types, give those data types a value, and then have them appear on the screen. You’ve already covered the basics you need to do this, so now all there’s left to do is to create the project and run it for yourself.
To create a new project, go to Visual Basic and open up the program. Then go to File and select New Project.
Within the new project Dialog box you will see various templates to choose from. For this program you will be using the Windows Forms Application template.
Once you click OK after you name the program, Visual Basic will then create all the files you need for the program to run in the Form Designer window. All you have to do is create your variables and see your program come to life.
Creating Your First Visual Basic Program
Now that you’ve done the setup, all you have to do is go to the correct place to enter in your code.
What you’re going to do is create your variables and make the values display on a popup box. Click on the form and it will open up the Code Editor.
When you open up the Code Editor, you will be in a section called Form1_Load and it will be the place where you give your program instructions on what to do when you start it.
In the code editor you will write the following lines of code.
The code you’ve just written has done a few things, all of which you’ve seen and done before. The code declared three different variables, string, integer, and double. The code then assigned those variables to their data types. Remember you can name your variables whatever you want, and it doesn’t have to be the same name as the data type it’s assigned.
The final three lines of code you have to write are
In these message boxes your program puts in your variables along with their values and when you start the program, you will see them appear in a message box.
Once you’re done you just have to press F5 for the program to run.
Now look at your results. You should see each message box appear with the value of your variable in the box. You can click OK or the small x on the upper-right corner to get rid of the box.
That’s all there is to it, and you’ve successfully created your first Visual Basic program!
Now that you know a little bit about Visual Basic programming, you can see how it can be applied to other professions and hobbies. The Udemy course VBA –Visual Basic and Macros , teaches you how to use Visual Basic to create more dynamic excel spreadsheets.
IntelliSense
One thing you probably noticed is as you were writing your program the computer was prompting you with suggestions of what you should write on some of your lines of code. These suggestions are known as IntelliSense, and it helps you write code a lot faster.
If you’re stuck on a program, IntelliSense may help you figure things out so learn to use it when you can.
Projects You Can Do with Visual Basic
Getting started with Visual Basic programming can be really easy as you saw in the tutorial above. With just a few lines of code, you can have a program give you your name, age, birthday, and even calculate complicated problems.
The Udemy course Learning Game Design: As a Job or Hobby teaches you how you can use programming to create video games.
Recommended Articles
What is vba in excel record a simple macro.

VBA IF ELSE Statements for Powerful Microsoft Applications

VBA Class: Understanding a Vital Part of Programming
Learn vba for excel by making your own program, visual basic 6.0 tutorial: getting started with visual basic programming, excel vba msgbox: how to show customized messages, vba macros – how to create your own excel macros, visual basic 2010 tutorial from the ground up, excel vba if statement: know your coding, visual basic array – a detailed study, share this article, top courses in excel vba.
More Excel VBA Courses
Excel VBA students also learn
Empower your team. lead the industry..
Get a subscription to a library of online courses and digital learning tools for your organization with Udemy Business.
- Coding Ground
- Corporate Training

VBA Tutorial
- VBA - Overview
- VBA - Excel Macros
- VBA - Excel Terms
- VBA - Macro Comments
- VBA - Message Box
- VBA - Input Box
- VBA - Variables
- VBA - Constants
- VBA - Operators
- VBA - Decisions
- VBA - Loops
- VBA - Strings
- VBA - Date and Time
- VBA - Arrays
- VBA - Functions
- VBA - Sub Procedure
- VBA - Events
- VBA - Error Handling
- VBA - Excel Objects
- VBA - Text Files
- VBA - Programming Charts
- VBA - Userforms
- VBA Useful Resources
- VBA - Quick Guide
- VBA - Useful Resources
- VBA - Discussion
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary

VBA stands for V isual B asic for A pplications, an event-driven programming language from Microsoft. It is now predominantly used with Microsoft Office applications such as MSExcel, MS-Word and MS-Access. This tutorial teaches the basics of VBA. Each of the sections contain related topics with simple and useful examples.
This reference has been prepared for the beginners to help them understand the basics of VBA. This tutorial will provide enough understanding on VBA from where you can take yourself to a higher level of expertise.
Prerequisites
Before proceeding with this tutorial, you should install MS Office, particularly MS-Excel.
Visual Basic programs for beginners with examples
Write a visual basic program to print a string “hello world”.
The below code will print the string value “Hello World”. Console.WriteLine(” “) is used to print any value as an output and the Console.ReadLine() is used to read the next line here we are using it to hold the screen.
Output: Hello World
Visual basic program to print a string variable.
Output: Write First Program in Visual basic

How to Concat two string in Visual basic.
Please check more examples on visual basic program for beginner, visual basic programs with example, if(typeof ez_ad_units='undefined'){ez_ad_units.push([[300,250],'codebun_com-leader-4','ezslot_16',177,'0','0'])};__ez_fad_position('div-gpt-ad-codebun_com-leader-4-0'); basic vb programs, java program for interview with example, past year’s placement papers for interview of mnc, additionally, check these program in vb articles too:, 2 thoughts on “visual basic programs for beginners with examples”.
Visual Basic Code Examples
January 10th, 2011 0 0
One of the top requests we hear from the Visual Basic community is for more code examples. Microsoft is committed to making all of our technologies equally accessible from both VB & C#, as part of the C#/VB Co-Evolution strategy . In addition to product support, this also includes sample resources. Below is a list of code examples that have been made available for Visual Basic in recent months. Please try them out and spread the word! You can also find a list of code samples posted on the Visual Basic Developer Center .
See anything missing? Please file a request on the VB code wishlist , where we’re collecting suggestions for future VB code samples, and we’ll do our best to make it available!
* NOTE: Some earlier content is also included here for your reference, indicated with an asterisk (*).
Leave a comment Cancel reply
Log in to join the discussion.

Insert/edit link
Enter the destination URL
Or link to existing content
Excel VBA Tutorial – How to Write Code in a Spreadsheet Using Visual Basic
Introduction.
This is a tutorial about writing code in Excel spreadsheets using Visual Basic for Applications (VBA).
Excel is one of Microsoft’s most popular products. In 2016, the CEO of Microsoft said "Think about a world without Excel. That's just impossible for me.” Well, maybe the world can’t think without Excel.
- In 1996, there were over 30 million users of Microsoft Excel ( source ).
- Today, there are an estimated 750 million users of Microsoft Excel. That’s a little more than the population of Europe and 25x more users than there were in 1996.
We’re one big happy family!
In this tutorial, you’ll learn about VBA and how to write code in an Excel spreadsheet using Visual Basic.
Prerequisites
You don’t need any prior programming experience to understand this tutorial. However, you will need:
- Basic to intermediate familiarity with Microsoft Excel
- If you want to follow along with the VBA examples in this article, you will need access to Microsoft Excel, preferably the latest version (2019) but Excel 2016 and Excel 2013 will work just fine.
- A willingness to try new things
Learning Objectives
Over the course of this article, you will learn:
- What VBA is
- Why you would use VBA
- How to get set up in Excel to write VBA
- How to solve some real-world problems with VBA
Important Concepts
Here are some important concepts that you should be familiar with to fully understand this tutorial.
Objects : Excel is object-oriented, which means everything is an object - the Excel window, the workbook, a sheet, a chart, a cell. VBA allows users to manipulate and perform actions with objects in Excel.
If you don’t have any experience with object-oriented programming and this is a brand new concept, take a second to let that sink in!
Procedures : a procedure is a chunk of VBA code, written in the Visual Basic Editor, that accomplishes a task. Sometimes, this is also referred to as a macro (more on macros below). There are two types of procedures:
- Subroutines: a group of VBA statements that performs one or more actions
- Functions: a group of VBA statements that performs one or more actions and returns one or more values
Note: you can have functions operating inside of subroutines. You’ll see later.
Macros : If you’ve spent any time learning more advanced Excel functionality, you’ve probably encountered the concept of a “macro.” Excel users can record macros, consisting of user commands/keystrokes/clicks, and play them back at lightning speed to accomplish repetitive tasks. Recorded macros generate VBA code, which you can then examine. It’s actually quite fun to record a simple macro and then look at the VBA code.
Please keep in mind that sometimes it may be easier and faster to record a macro rather than hand-code a VBA procedure.
For example, maybe you work in project management. Once a week, you have to turn a raw exported report from your project management system into a beautifully formatted, clean report for leadership. You need to format the names of the over-budget projects in bold red text. You could record the formatting changes as a macro and run that whenever you need to make the change.
- What is VBA?
Visual Basic for Applications is a programming language developed by Microsoft. Each software program in the Microsoft Office suite is bundled with the VBA language at no extra cost. VBA allows Microsoft Office users to create small programs that operate within Microsoft Office software programs.
Think of VBA like a pizza oven within a restaurant. Excel is the restaurant. The kitchen comes with standard commercial appliances, like large refrigerators, stoves, and regular ole’ ovens - those are all of Excel’s standard features.
But what if you want to make wood-fired pizza ? Can’t do that in a standard commercial baking oven. VBA is the pizza oven.

Why use VBA in Excel?
Because wood-fired pizza is the best!
But seriously.
A lot of people spend a lot of time in Excel as a part of their jobs. Time in Excel moves differently, too. Depending on the circumstances, 10 minutes in Excel can feel like eternity if you’re not able to do what you need, or 10 hours can go by very quickly if everything is going great. Which is when you should ask yourself, why on earth am I spending 10 hours in Excel?
Sometimes, those days are inevitable. But if you’re spending 8-10 hours everyday in Excel doing repetitive tasks, repeating a lot of the same processes, trying to clean up after other users of the file, or even updating other files after changes are made to the Excel file, a VBA procedure just might be the solution for you.
You should consider using VBA if you need to:
- Automate repetitive tasks
- Create easy ways for users to interact with your spreadsheets
- Manipulate large amounts of data
Getting Set Up to Write VBA in Excel
Developer tab.
To write VBA, you’ll need to add the Developer tab to the ribbon, so you’ll see the ribbon like this.

To add the Developer tab to the ribbon:
- On the File tab, go to Options > Customize Ribbon.
- Under Customize the Ribbon and under Main Tabs, select the Developer check box.
After you show the tab, the Developer tab stays visible, unless you clear the check box or have to reinstall Excel. For more information, see Microsoft help documentation.
Navigate to the Developer Tab, and click the Visual Basic button. A new window will pop up - this is the Visual Basic Editor. For the purposes of this tutorial, you just need to be familiar with the Project Explorer pane and the Property Properties pane.

Excel VBA Examples
First, let’s create a file for us to play around in.
- Open a new Excel file
- Save it as a macro-enabled workbook (. xlsm)
- Select the Developer tab
- Open the VBA Editor
Let’s rock and roll with some easy examples to get you writing code in a spreadsheet using Visual Basic.
Example #1: Display a Message when Users Open the Excel Workbook
In the VBA Editor, select Insert -> New Module
Write this code in the Module window (don’t paste!):
Sub Auto_Open() MsgBox ("Welcome to the XYZ Workbook.") End Sub
Save, close the workbook, and reopen the workbook. This dialog should display.

How is it doing that?
Depending on your familiarity with programming, you may have some guesses. It’s not particularly complex, but there’s quite a lot going on:
- Sub (short for “Subroutine): remember from the beginning, “a group of VBA statements that performs one or more actions.”
- Auto_Open: this is the specific subroutine. It automatically runs your code when the Excel file opens - this is the event that triggers the procedure. Auto_Open will only run when the workbook is opened manually; it will not run if the workbook is opened via code from another workbook (Workbook_Open will do that, learn more about the difference between the two ).
- By default, a subroutine’s access is public. This means any other module can use this subroutine. All examples in this tutorial will be public subroutines. If needed, you can declare subroutines as private. This may be needed in some situations. Learn more about subroutine access modifiers.
- msgBox: this is a function - a group of VBA statements that performs one or more actions and returns a value. The returned value is the message “Welcome to the XYZ Workbook.”
In short, this is a simple subroutine that contains a function.
When could I use this?
Maybe you have a very important file that is accessed infrequently (say, once a quarter), but automatically updated daily by another VBA procedure. When it is accessed, it’s by many people in multiple departments, all across the company.
- Problem: Most of the time when users access the file, they are confused about the purpose of this file (why it exists), how it is updated so often, who maintains it, and how they should interact with it. New hires always have tons of questions, and you have to field these questions over and over and over again.
- Solution: create a user message that contains a concise answer to each of these frequently answered questions.
Real World Examples
- Use the MsgBox function to display a message when there is any event: user closes an Excel workbook, user prints, a new sheet is added to the workbook, etc.
- Use the MsgBox function to display a message when a user needs to fulfill a condition before closing an Excel workbook
- Use the InputBox function to get information from the user
Example #2: Allow User to Execute another Procedure
Sub UserReportQuery() Dim UserInput As Long Dim Answer As Integer UserInput = vbYesNo Answer = MsgBox("Process the XYZ Report?", UserInput) If Answer = vbYes Then ProcessReport End Sub
Sub ProcessReport() MsgBox ("Thanks for processing the XYZ Report.") End Sub
Save and navigate back to the Developer tab of Excel and select the “Button” option. Click on a cell and assign the UserReportQuery macro to the button.
Now click the button. This message should display:

Click “yes” or hit Enter.

Once again, tada!
Please note that the secondary subroutine, ProcessReport, could be anything . I’ll demonstrate more possibilities in example #3. But first...
This example builds on the previous example and has quite a few new elements. Let’s go over the new stuff:
- Dim UserInput As Long: Dim is short for “dimension” and allows you to declare variable names. In this case, UserInput is the variable name and Long is the data type. In plain English, this line means “Here’s a variable called “UserInput”, and it’s a Long variable type.”
- Dim Answer As Integer: declares another variable called “Answer,” with a data type of Integer. Learn more about data types here.
- UserInput = vbYesNo: assigns a value to the variable. In this case, vbYesNo, which displays Yes and No buttons. There are many button types, learn more here .
- Answer = MsgBox(“Process the XYZ Report?”, UserInput): assigns the value of the variable Answer to be a MsgBox function and the UserInput variable. Yes, a variable within a variable.
- If Answer = vbYes Then ProcessReport: this is an “If statement,” a conditional statement, which allows us to say if x is true, then do y. In this case, if the user has selected “Yes,” then execute the ProcessReport subroutine.
This could be used in many, many ways. The value and versatility of this functionality is more so defined by what the secondary subroutine does.
For example, maybe you have a file that is used to generate 3 different weekly reports. These reports are formatted in dramatically different ways.
- Problem: Each time one of these reports needs to be generated, a user opens the file and changes formatting and charts; so on and so forth. This file is being edited extensively at least 3 times per week, and it takes at least 30 minutes each time it’s edited.
- Solution: create 1 button per report type, which automatically reformats the necessary components of the reports and generates the necessary charts.
- Create a dialog box for user to automatically populate certain information across multiple sheets
- Use the InputBox function to get information from the user, which is then populated across multiple sheets
Example #3: Add Numbers to a Range with a For-Next Loop
For loops are very useful if you need to perform repetitive tasks on a specific range of values - arrays or cell ranges. In plain English, a loop says “for each x, do y.”
Sub LoopExample() Dim X As Integer For X = 1 To 100 Range("A" & X).Value = X Next X End Sub
Save and navigate back to the Developer tab of Excel and select the Macros button. Run the LoopExample macro.
This should happen:

Etc, until the 100th row.
- Dim X As Integer: declares the variable X as a data type of Integer.
- For X = 1 To 100: this is the start of the For loop. Simply put, it tells the loop to keep repeating until X = 100. X is the counter . The loop will keep executing until X = 100, execute one last time, and then stop.
- Range("A" & X).Value = X: this declares the range of the loop and what to put in that range. Since X = 1 initially, the first cell will be A1, at which point the loop will put X into that cell.
- Next X: this tells the loop to run again
The For-Next loop is one of the most powerful functionalities of VBA; there are numerous potential use cases. This is a more complex example that would require multiple layers of logic, but it communicates the world of possibilities in For-Next loops.
Maybe you have a list of all products sold at your bakery in Column A, the type of product in Column B (cakes, donuts, or muffins), the cost of ingredients in Column C, and the market average cost of each product type in another sheet.
You need to figure out what should be the retail price of each product. You’re thinking it should be the cost of ingredients plus 20%, but also 1.2% under market average if possible. A For-Next loop would allow you to do this type of calculation.
- Use a loop with a nested if statement to add specific values to a separate array only if they meet certain conditions
- Perform mathematical calculations on each value in a range, e.g. calculate additional charges and add them to the value
- Loop through each character in a string and extract all numbers
- Randomly select a number of values from an array
Now that we’ve talked about pizza and muffins and oh-yeah, how to write VBA code in Excel spreadsheets, let’s do a learning check. See if you can answer these questions.
- How do I get set up to start using VBA in Excel?
- Why and when would you use VBA?
- What are some problems I could solve with VBA?
If you have a fair idea of how to you could answer these questions, then this was successful.
Whether you’re an occasional user or a power user, I hope this tutorial provided useful information about what can be accomplished with just a bit of code in your Excel spreadsheets.
Happy coding!
Learning Resources
- Excel VBA Programming for Dummies, John Walkenbach
- Get Started with VBA, Microsoft Documentation
- Learning VBA in Excel, Lynda
A bit about me
I'm Chloe Tucker, an artist and developer in Portland, Oregon. As a former educator, I'm continuously searching for the intersection of learning and teaching, or technology and art. Reach out to me on Twitter @_chloetucker and check out my website at chloe.dev .
Read more posts .
If you read this far, tweet to the author to show them you care. Tweet a thanks
Learn to code for free. freeCodeCamp's open source curriculum has helped more than 40,000 people get jobs as developers. Get started

Visual Basic (VB) Tutorial
Here, we will learn the Visual Basic (VB) tutorial with examples. In Visual Basic tutorial, we covered topics like vb operators, vb classes, vb static, vb partial classes, vb methods, vb arrays, vb collections, etc., for beginners and experienced with examples.
- Visual Basic (VB) Tutorial Overview
Visual Basic (VB) is an object-oriented programming language that enables developers to build various secure and robust applications that run on the .NET Framework.
Visual Basic (VB) language is fully integrated with the .NET Framework and the Common Language Runtime (CLR), which provide language interoperability and enhanced security.
In Visual Basic (VB) tutorial, we covered topics from basic to advanced levels those are
- Visual Basic Environment Setup
- VB Data Types
- VB Constructors
- VB Collections
- VB Generics
- VB Threading and many more topics in Visual Basic.
Targeted Audience
Visual Basic (VB) tutorial is prepared to help beginners and experienced people interested in learning and implementing the applications using .NET Framework with Visual Basic. We covered topics from basic to advanced in the Visual Basic tutorial, and those will give a clear idea of how to use Visual Basic in our applications with live examples.
Prerequisites
If you have basic knowledge of C, C++ programming, it will be easy for you to understand Visual Basic (VB) tutorial concepts because the same C++ programming OOPS (object-oriented programming) concepts we will use in Visual Basic (VB) with extra features. If you are not aware of C, C++ programming topics, check our C, C++ tutorials.
Table of Contents
- Visual Basic (VB) Tutorial Targeted Audience
- Visual Basic (VB) Tutorial Requirements

IMAGES
VIDEO
COMMENTS
Visual Basic is a type-safe programming language that's designed to be easy to learn. A console app takes input and displays output in a command-line window, also known as a console. In this tutorial, you learn how to: Create a Visual Studio project Run the default application Add code to ask for user input Extra credit: Add two numbers
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. Get started Download Download the .NET SDK Get Started Create a .NET Core console application using Visual Studio Create a .NET Standard library using Visual Studio Walkthroughs
For example, if you want to declare a variable that acts as a value for a number then you would write the following line of code. Dim number As Integer This simple line of code tells your program that number is a variable that can be assigned a number that counts as an integer.
This tutorial teaches the basics of VBA. Each of the sections contain related topics with simple and useful examples. Audience This reference has been prepared for the beginners to help them understand the basics of VBA. This tutorial will provide enough understanding on VBA from where you can take yourself to a higher level of expertise.
Please check more examples on visual basic program for beginner Visual Basic programs with example Basic Vb programs Example 2.1.1 Private Sub Form_Load ( ) Form1.show Print “Welcome to Visual Basic tutorial” End Sub Example 2.1.2 Private Sub Form_Activate ( ) Print 20 + 10 Print 20 - 10 Print 20 * 10 Print 20 / 10 End Sub
One of the top requests we hear from the Visual Basic community is for more code examples. Microsoft is committed to making all of our technologies equally accessible from both VB & C#, as part of the C#/VB Co-Evolution strategy. In addition to product support, this also includes sample resources.
Excel VBA Examples First, let’s create a file for us to play around in. Open a new Excel file Save it as a macro-enabled workbook (. xlsm) Select the Developer tab Open the VBA Editor Let’s rock and roll with some easy examples to get you writing code in a spreadsheet using Visual Basic.
Here, we will learn the Visual Basic (VB) tutorial with examples. In Visual Basic tutorial, we covered topics like vb operators, vb classes, vb static, vb partial classes, vb methods, vb arrays, vb collections, etc., for beginners and experienced with examples. Visual Basic (VB) Tutorial Overview