Macros & Excel VBA

VBA to Check If Font Color is Red Then Return Results in Excel

Implementing VBA macro is the most effective, quickest, and safest method to run any operation in Excel. In this article, we will show you if the ...

Change Font Color Based on Value of Another Cell in Excel

In this tutorial, we will demonstrate how to change font color based on the value of another cell. Here is an overview of the process. To ...

Excel Align Matching Values in Two Columns

This article will guide you to understand how to align matching values in two columns in Excel based on the first column in the worksheet. Finding ...

How to Concatenate Range with Separator Using VBA in Excel

In this article, we’ll show you how you can concatenate a range of cells with a given separator using VBA in Excel. You’ll learn to concatenate the ...

How to Change Text Color with Formula in Excel (2 Methods)

We have some book names and their online prices for two consecutive years. We’ll change the color of the prices with the formula. Method 1 ...

How to Delete Row Using VBA?

Deleting rows in Excel can be done easily using Excel's default functionalities. But sometimes, you might need to use Excel VBA to do so. Or if ...

Excel VBA: Select Multiple Columns (3 Methods)

It's simple enough to select multiple columns manually in Excel. But it's also a simple task using VBA codes. Select Single Column Using ...

How to Use VBA Range Based on Column Number in Excel

Using VBA code is an effective and intelligent way to deal with various tasks in Excel. In this article, you will learn how to use VBA Range based on ...

How to Add a Row to the Bottom of a Table Using an Excel Macro (2 Methods)

Dataset Overview In this article, we’ve got a table named Table1 in an Excel worksheet that contains the names, starting salaries, and present ...

How to Remove Hidden Double Quotes in Excel: 6 Easy Ways

Method 1 - Using Find and Replace Step 1: Go to Home Tab > Select Find & Select (in Editing section) > Click on Replace (from the ...

VBA to Remove Formulas in Excel Keeping Values and Formatting

In this article, I’ll show you how you can remove formulas from a worksheet in Excel keeping the values and formatting with VBA. First, you’ll learn ...

How to Remove Non-Alphanumeric Characters in Excel?

Today, in this article, we will demonstrate how to remove non-alphanumeric characters from cells in Excel. It is a very common problem, especially ...

VBA Range with Variable Row Number in Excel – 4 Examples

This is an overview: Sub Range_with_Variable_Row_Number() First_Cell = InputBox("Enter the First Cell of the Range: ") Row_Number = ...

Find the Last Row with Data in a Range Using Excel VBA Macros – 7 Methods

This is the sample dataset. Opening the VBA Editor Press Alt+F11. Select Insert > Module. Method 1 - Use of the Range.End ...

How to Concatenate Apostrophe in Excel: 6 Easy Methods

Method 1 - Using Ampersand Operator (&) to Concatenate Apostrophe Steps: Type the following formula in cell D5. ...

Close the CTA

Advanced Excel Exercises with Solutions PDF

 

 

ExcelDemy
Logo