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...
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,...
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...
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...
While importing text file into excel spreadsheet, unfortunately, it has kept the unwanted commas at the end. It becomes really difficult to remove ext...
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. ...
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 ...
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.