Best Excel Tutorial

Excel Skills Simplified: Tutorials That Actually Work

Do Until Loop View Code

Select Case Statement in Excel Vba

The Select Case statement is a decision-making statement in Excel VBA that allows you to execute different actions based on the value of an expression. It is a more flexible and readable alternative to the If statement.

In this tutorial, you will learn how to use the Select Case statement in Excel VBA. You will also learn about the advantages and disadvantages of using the Select Case statement.

Read More

compile error

Most Common Bugs in VBA Code: Complete Guide to Error Types and Solutions

While using VBA in Excel, you may have encountered many different errors (or bugs), and this comprehensive tutorial explains why they occur and how to troubleshoot them. These VBA errors fall into 3 main categories:

  1. Compile error
  2. Runtime error
  3. Logical error.

In this VBA debugging tutorial, we provide detailed explanations and step-by-step code examples for each of these three error types to help you understand and fix VBA code bugs.

Read More

Customize The Ribbon

How to Create Input Box in Excel

Have you ever had an Excel worksheet that needed specific input from the user for calculations? Learn how to create an input box in Excel using VBA to gather user data. Most applications rely on inputs from users to determine various functions or procedures. Excel has a number of input box functions that allow you to gather user input for your applications. This guide will show you how to use the Excel VBA InputBox function to create input boxes and get user input for your worksheets.

Read More

Solver Add-ins

How to Use Solver in Excel: Complete Guide for Optimization

The solver in Excel is a powerful analysis tool for optimization known as “What-If analysis”, and this comprehensive tutorial will help you use it to ascertain an optimal value in one cell known as the “target cell”.

Basically, a solver is used for a group of cells that are directly or indirectly related, enabling professionals to apply constraints to minimize or maximize values. In this step-by-step tutorial, we will guide you on how to use Solver to find a solution to a business problem and optimize your data analysis results.

Read More