VBA to Delete Column in Excel (9 Criteria)

Generic Syntax The generic syntax to delete single or multiple columns in Excel using VBA is: Columns(column number/ column address).Delete ...

How to Highlight Selected Cells in Excel (5 Easy Ways)

Method 1 - Using Define Name to Highlight Selected Cells in Excel Step 1: Go to Formulas Tab > Select Define Name (in Define Names section). ...

How to Remove Blank Spaces in Excel -7 Methods

This sample dataset contains cells with multiple blank spaces. Method 1 - Using the TRIM Function to Remove Blank Spaces Enter the ...

How to Remove Characters After a Specific Character in Excel

We may want to trim some characters after a particular character to make our dataset neat and clean in Excel. There are many reasons to remove ...

How to Copy Sheet with VBA in Excel: 13 Quick Methods

Method 1 - Using Excel VBA to Copy a Worksheet in the Same Workbook (Before Any Sheet) Steps: Press ALT + F11 to open the Microsoft Visual ...

How to Use VBA Range Offset (11 Easy Ways)

In this article we will demonstrate a variety of ways to use the VBA Range Offset. Here is an overview. 11 Suitable Ways to Use VBA Range ...

How to Count the Occurrences of a Character in a String in Excel – 4 Examples

The image below showcases the number of occurrences of characters in a string in some book names.   Example 1 - Count the ...

Split Data into Multiple Worksheets in Excel (with Quick Steps)

In this article, we describe how to split data into multiple Excel worksheets using VBA & Macros. In our data set, we have data ...

Pivot Table Conditional Formatting Based on Another Column

Suppose we have a Pivot Table dataset containing Products with their sold Quantity, Unit Price, and Total Price. We'll format the pivot table. ...

How to Split Cells in Excel (6 Easy Tricks)

Method 1 - Split Cells in Excel with the Text to Column Feature In the following table, we have some random names lying in the Text column. We'll ...

If Value Exists in Column Then TRUE in Excel

Here's an example of how you can implement a function to check if a value from one column exists in another. Download the Practice ...

How to Vlookup and Pull the Last Match in Excel – 4 Methods

This is a sample dataset with a list of products and their quantity.   Method 1- Applying the LOOKUP Function to Pull the Last ...

How to Remove Apostrophe in Excel?

Unwanted apostrophes can creep into Excel worksheets when copying data from Word or a website, or even from a simple typo. These apostrophes are ...

How to Count Text in Excel (7 Easy Tricks)

In this article, we will explain how to count text in Excel in 7 different ways. Here's an overview of the dataset we'll use to demonstrate our ...

How to Loop through a Range for Each Cell Using Excel VBA (8 Examples)

We will show you step-by-step instructions on applying a loop for each cell in a range using Excel VBA with a simple example. Look at this dataset ...

Close the CTA

Advanced Excel Exercises with Solutions PDF

 

 

ExcelDemy
Logo