A Complete guide to Array in Excel VBA
A complete guide to learning Array in Excel VBA programming. If you have done programming in any language C, VB, Java, Python, etc., you must have definitely heard and known of Array. The array is a data structure that stores data in a sequence. Each of its elements...
Difference between .Text, .Value and .Value2 in Excel VBA
One of you raised a question about which property should I be using to get the value of a cell or range - . Text, .Value or .Value2 Most of the time you might have seen all 3 methods being used interchangeably. Rather than answering them in a comment, I thought of...
VBA Code – Change the Case of existing Texts in a Sheet
In this article, I am going to share a VBA code that can be used to change the cases of texts written in an excel worksheet. This can be used to enforce proper casing on texts written in a sheet or cell range. As you know - casing can be of 3 types: 1. lower, 2. UPPER...
LearnExcelMacro.com is now VMLogger.com
Dear LEM readers, Learnexcelmacro.com is now vmlogger.com.Other than Excel VBA related articles, now there are much more you will get in this blog. For example, Python, Cloud, Kubernetes, Data Science etc. For now all excel related articles, tutorials can be found...
Write Post and get Paid – Guest Author [ Rs.1000 per Post ]
Dear LEM readers, LearnExcelMacro.com is inviting you to become one of the Guest Author at learnexcelmacro.com. and get paid up to INR 1000 for each article you submit, approved and published. LearnExcelMacro.com does not compromise with the quality of the content...
Happy to help – A Quick Update
I hope you are all doing well in this amidst corona pandemic period. As Take care of yourself and near and dear ones. Stay home as much as possible. Take all the precautions suggested by the Health Organizations (WHO, local health orgs, government bodies etc.) when...
A Personal request and appeal
Dear LEM readers, I hope you are all staying safe and healthy during this Corona Pandemic period and at the same time, utilizing this period to achieve the personal growth goals. I am as well thriving for the same. I feel that we belong to a privileged and blessed...
Corona Virus Map Graphs – Using Web Query in Excel
This post is about how to extract Corona Virus Affected Statistics from https://www.worldometers.info/coronavirus/ in Excel using WebQuery and create your own Graph, metrics etc. Once you receive the data from Internet through WebQuery it is up to you how you want to...
Distance Calculator in Excel VBA [REVISED]
Hi guys, on June 2016, google made some changesaround pricing and authentication etc. of its FREE APIs.Distance calculator API was also affected by those changes. I had written an article long back about how to calculate distance and time taken between two places in...
Support !!
Dear Readers, Its been long since I posted any new article or any useful Excel Tools on the website. As you are aware of that all the tools which I publish here are always available to download for FREE. I will continue to do so in future. You can also help me in...
Buy a coffee for the author
What is Excel Formula?
Excel Formula is one of the best feature in Microsoft Excel, which makes Excel a very very rich application. There are so many useful built-in formulas available in Excel, which makes our work easier in Excel. For all the automated work, Excel Macro is not required. There are so many automated things can be done by using simple formulas in Excel. Formulas are simple text (With a Syntax) which is entered in to the Excel Worksheet Cells. So how computer will recognize whether it is a formula or simple text? Answer is simple.. every formula in Excel starts with Equal Sign (=).
Calculate distance between two places in Excel [With Fun]
Dear readers, Last week, I had placed an article on how to create a static google map in excel using Google Static Map...
Excel Tool : Folder Structure Creator
Dear readers, In my previous article I posted an article about how to create folder in windows by Excel VBA code. That...
Invoice Template [ FREE Download ]
Hello friends, There are many small businesses which are using Excel for their day-to-day management. Like Generating...
Recommended articles
Recommended Articles
How to get Word Count and Letter Count in Excel Formula
Dear Readers, Getting a word Count of a String kept in a Cell, is not so difficult but sometimes you just don't get it...
Weighted average – Methods to calculate in Excel [Built-in Formula and VBA]
Weighted averages are a powerful tool in data analysis, allowing you to assign different levels of importance or...
Data Anonymizer: Open Source to Anonymize Personal Data
In the ever-evolving landscape of software development, safeguarding personal data is paramount. Whether you're a...
Custom Excel Formula to Count based on Color
Dear Readers, Last Friday, my wife, Shagun Sharma, who is a Vlogger shared an excel sheet with some data and a problem...