How To Extract Domain Name from EMail in Excel

Well, we know that the domain name always comes after the @ sign in any email id. To extract domain name from email address we can use this fact. So t...

Transpose Column to Excel Sheets using VBA

Scenario Assume that you have an excel workbook. It has 3 sheets. A sheet contains 5 columns. Each column has a different city's data. Each sheet c...

3 Best Ways to Find Last non-blank Row and Column Using VBA

Finding last used row and column is one of the basic and important task for any automation in excel using VBA. For compiling sheets, workbooks and arr...

How to Send Bulk EMails From Excel VBA in One Click in Excel

Ever got a need to send email from excel VBA to multiple email ids, provided in an excel sheet? Want to learn how to send mails from Excel without ope...

VBA Class Modules and How to Use Them

What is a Class in VBA? A class is a blueprint for an object to be created. A class itself does nothing but using classes you can create multip...

Extract Unique Values in Excel using one function

In our previous articles, we have learned how to extract unique values from a range using a combination of different excel functions. Although the...

How to use VBA Collections in Excel

A Collection is a data type that holds stores objects just like arrays (but different). While writing basic VBA codes, you must have used Workbooks,...

Terms and Conditions of use

The applications/code on this site are distributed as is and without warranties or liability. In no event shall the owner of the copyrights, or the authors of the applications/code be liable for any loss of profit, any problems or any damage resulting from the use or evaluation of the applications/code.