Read more about the article Your First VBA Programme | Put Your Knowledge into Practice
Your first VBA project in Excel — Calculate the square of a number with InputBox

Your First VBA Programme | Put Your Knowledge into Practice

In this tutorial from Iran VBA's free tutorial series, we will create our first programme in the Excel environment and practise fundamental VBA concepts hands-on. If you are new to…

Continue ReadingYour First VBA Programme | Put Your Knowledge into Practice
Read more about the article VBA Built-in Functions | Complete List of Functions in Visual Basic
Learn all built-in VBA functions with practical examples for Excel and Access

VBA Built-in Functions | Complete List of Functions in Visual Basic

The VBA (Visual Basic for Applications) language provides users with an extensive set of Built-in Functions. These functions are used for performing numerical calculations, converting data, processing text, handling errors,…

Continue ReadingVBA Built-in Functions | Complete List of Functions in Visual Basic
Read more about the article VBA Procedures | Definition, Types & Usage in Visual Basic
Learn about VBA procedures and the difference between Sub and Function on IranVBA

VBA Procedures | Definition, Types & Usage in Visual Basic

Procedures in VBA are a set of instructions designed to perform a specific task. The purpose of creating a procedure is to better organise code, improve readability, and enable the…

Continue ReadingVBA Procedures | Definition, Types & Usage in Visual Basic
Read more about the article Constants in VBA | Types, Scope, and How to Use Them Effectively
Master the use of constants in VBA to make your Excel code cleaner and easier to maintain.

Constants in VBA | Types, Scope, and How to Use Them Effectively

In the previous lessons, we explored variables and how to declare them in VBA. In this section, we’ll discuss the concept of a Constant and see why and how you…

Continue ReadingConstants in VBA | Types, Scope, and How to Use Them Effectively