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...

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,...

Generate 3 Unique Random numbers in Microsoft Excel

If you want to generate a list of unique random numbers then you can use RANDBETWEEN functions & VBA RND. In this article, we will generate 3 uniq...

How to get the first word in Microsoft Excel

If you come across a situation in which you require only first word in each line of a cell rather than all the character, then you must read this arti...

Remove Extra Commas In Notepad from Microsoft Excel

While importing text file into excel spreadsheet, unfortunately, it has kept the unwanted commas at the end. It becomes really difficult to remove ext...

How to Split Column through VBA

If you are facing trouble in splitting the text into two or more separate columns based on the specific character then you should read this article. ...

VBA to Convert Text from Lower to Uppercase

We know how to convert lowercase text to uppercase text on worksheet but how do we convert lowercase to uppercase using VBA? While automating the ...

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.