Read more about the article Conditional and Logical Statements in VBA | Program Flow Control and Interactive Practice
Featured image for an educational post on how to use conditional and logical statements in VBA code.

Conditional and Logical Statements in VBA | Program Flow Control and Interactive Practice

In previous tutorials, we became familiar with VBA comparison and logical operators. In this section, we will explore how to construct conditional and logical statements using these operators. Definition of…

Continue ReadingConditional and Logical Statements in VBA | Program Flow Control and Interactive Practice
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