Useful Excel VBA Macro Codes Examples

Top 100 Useful Excel VBA Macro Codes Examples

VBA, which stands for Visual Basic for Applications, is a programming language developed by Microsoft. It is primarily used to automate repetitive tasks in Microsoft Office applications like Excel, Word, …

Read more

What is an XLK File?

What is an XLK File

Did you come across an XLK Excel file extension and now wondering what it means? I have been using Excel for more than ten years now, and I’ve recently learned …

Read more

Split Text to Rows in Excel

Split Text to Rows in Excel

Excel has many built-in tools and functions to split text into columns (including a dedicated Text to Columns feature). But what if you want to split text into rows instead …

Read more

#REF! Error in Excel

How to Fix #REF! Error in Excel

An error in Excel called “#REF!” (with REF standing for reference) happens when a formula refers to an invalid cell. This usually occurs when cells referenced by formulas are deleted …

Read more

Extract Last Word in Excel

Extract Last Word in Excel

As you work with data in Excel, you might need to extract the last word in a cell, for example: This tutorial shows five techniques for extracting the last word …

Read more

Convert Number to Percentage in Excel

How to Convert Number to Percentage in Excel

In Excel, we frequently calculate and enter growth rates, efficiency rates, success rates, discount rates, tax rates, interest rates, etc. In general, we have to give those as percentages. Then, …

Read more