Applying Automatic Uppercase in Excel VBA – 2 Examples

The Excel VBA UCase Function VBA Ucase function is a built-in function used to convert text to uppercase. It takes strings as input and converts ...

How to Count Occurrences in a String Using Excel VBA (4 Methods)

Working with strings is a fundamental aspect of programming, and being able to count occurrences of specific characters or substrings within a ...

VBA Animation in UserForm (4 Suitable Examples)

Example 1 - Creating an Animated Clock in UserForm We'll create an Animated Clock that will look like this. Steps: Go to the Developer ...

VBA to Hide All Sheets Except One in Excel

Sometimes, we might wonder to hide the secret or unnecessary sheets in terms of working with Excel. If you are looking for a better way to do it, ...

Using VBA to Get the Array Dimensions in Excel – 4 Examples

Example 1 - Get the Array Dimensions with the Number of Elements in Excel Press F5 or click Run to run the VBA macro. Sub Array_Elements() ...

VBA Array Size Limit in Excel (5 Different Cases)

Array is an important feature that allows you to store and manipulate data. However, VBA has limitations on the size and dimension of an array. ...

VBA to Wrap Text for Entire Sheet in Excel (3 Ways)

Have you ever seen long lines of text that extend beyond the cell’s boundaries? or text that does not fit within the cell’s width? If your answer is ...

How to Deselect in Excel VBA (7 Methods)

  How to Launch VBA Editor in Excel To access the Microsoft Visual Basic window, go to the Developer tab and click on Visual Basic. You can ...

Using Excel VBA to Set Vertical Alignment – 5 Examples

This is an overview. Syntax: expression.VerticalAlignment Expression is a variable that represents a cell-format object. These are ...

Excel VBA to Wrap Text (3 Practical Examples)

Excel VBA provides various methods to wrap text in cells, ranges, and entire worksheets. Knowing these methods can help you customize the appearance ...

Excel VBA for Shape Position (4 Examples)

Here's an overview of shape information that you can get with Excel VBA. How to Launch the VBA Editor in Excel Press Alt + F11 to ...

[Fixed!] Invalid Forward Reference in VBA

There are several possible causes of an Invalid forward reference error in VBA in Excel, so it can often be tricky to identify the appropriate method ...

Advanced VLOOKUP in Excel

Advanced VLOOKUP in Excel: Knowledge Hub Use VLOOKUP for Multiple Columns VLOOKUP from Multiple Columns with Only One Return Use VLOOKUP ...

Excel VBA to Set Column Width Based on Cell Value (3 Examples)

One of the most frequent actions you complete each day while developing your reports, summary tables, dashboards, or even when using spreadsheets ...

Excel VBA Error Handling in Loop (5 Best Practices)

Here's an overview of how VBA handles errors while performing loops. How to Launch the VBA Editor in Excel Click on the Developer tab ...

Close the CTA

Advanced Excel Exercises with Solutions PDF

 

 

ExcelDemy
Logo