Back
Close

Sarah's VB.NET Playground

SarahRawlinson
1,285 views

Find my other projects on

- GitHub

- itch.io

- YouTube

VB.NET / VBA Basics

VB.NET & VBA are case insensitive meaning you can write functions & variables in lower case or upper case.

This means if we create a variable 'dim i as integer' we can also refer to this variable as 'I'.

VB.NET & VBA are similar but not the same, read more about the differences here


HELLO WORLD

IF

ELSE

SELECT CASE

WHILE

FOR

FOR EACH

Advanced usage

If you want a more complex example (external libraries, viewers...), see the official documentation.

Create your playground on Tech.io
This playground was created on Tech.io, our hands-on, knowledge-sharing platform for developers.
Go to tech.io