Excel VBA – Convert Numbers to Words in Hindi Language

Here is the UDF to Convert Numbers to Words in Hindi Language. This can be extended for other Languages as well with little modifications, do let me know your thoughts in comments. How to create the function Called SpellNumber() 1) Start Microsoft Excel. 2) Press ALT+F11 to start the Visual Basic Editor. 3) On the […]

Read More

How to Calculate Estimated Travel Time in Excel?

Case1: How many Days/Hours/Minutes it will take to travel 56,986 miles if a vehicle is traveling at constant speed of 12.5 miles per hour? Additional Information: During the travel time vehicle stops for 5 times with 18 hours as break each time Also consider the Overhead/Maintenance time of 100 hours for the one way trip […]

Read More

How to Show Full Path in Excel Title Bar?

Problem Statement: Is there a way to display complete path of the document and not just the file name in the Excel title bar ? e.g. I would like to see C:\MyExcelFiles\MonthlyBudget.xlsx in Excel title bar instead of just MonthlyBudget.xlsx In Excel, there is no setting/straight way for us to display the full path in […]

Read More

How to Get Live Data From A Web Page Direct Into Excel

Being able to perform a web query to retrieve text or data from a web page is a really useful feature in Excel. Web pages often contain really useful information that is perfect for further data analysis in Excel. Depending on what you need, you can retrieve data that is refreshable or alternatively you can […]

Read More

How To Find Merged Cells In Excel

Merged cells have their place in MS Office documents, especially in Word when using a table. They give great flexibility in layout options. There is a big difference between using them in Word and then Excel. Excel cells will probably contain formulas or calculations or data which may link then into other worksheets in the […]

Read More

Excel VBA: Different Types Of Excel Macros

Excel support services will receive scores of different questions each and every day. The range of the questions definitely covers a lot of ground. Among the most common of questions asked is “What are the different types of Excel Macros?” This is a helpful question to ask because if you do not know the different […]

Read More

How to Automate MS Excel Using Visual Studio.NET

Introduction I have written this article to address requests I have been getting through e-mail on how to automate MS Excel. Most people who are looking at this article might also be interested at the following articles for automating MS Word documents. Here is the link for Automating MS Word using C#, and here is […]

Read More

VBA Tip: Filter An Excel Table On Multiple Columns

Filtering information out of a larger data set is standard Excel functionality but sometimes it’s necessary to fine tune the filtering to get the information you need. For example, you might have a list of customers prioritized as A,B or C. Additionally, you could have them listed by region. Something like this. Customer, Category, Country […]

Read More