Best Excel Tutorial

The Largest Excel Knowledge Base ✅ The Best Place to Learn Excel Online ❤️

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

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 some calculations? Most applications rely on inputs from users to determine various functions or procedures. Excel has a number of functions that allow you to gather user input for your applications. This article will show you how to use the Excel VBA InputBox function to get user input for your worksheets.

Read More

Solver Add-ins

How to use Solver in Excel

The solver in Excel is part of an analysis tool known as “What-If analysis”. You can use a solver 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. Constraints can also be applied to minimize the value that can be used by Solver. We will provide a step-by-step guide on how to use Solver to find a solution to a business problem.

Read More