Excel Ticker

Excel Ticker

14. November 2010
by Mourad Louha
0 comments

Calculation of very large numbers in Excel – Part 4 – Exponentiation

This fourth part of my article series about the calculation of very large numbers in Excel talks about the exponentiation of two large numbers. If we consider the original problem (see my first article) which was the calculation of 80 … Continue reading

13. November 2010
by Mourad Louha
0 comments

Calculation of very large numbers in Excel – Part 2 – Subtraction

In the first article of this series, I presented a VBA function for adding two large numbers represented by strings. This article presents a function for performing a subtraction for two large numbers. This function will, like the adding function, … Continue reading

22. August 2010
by Mourad Louha
1 Comment

Create VBA Application Objects by using the Windows API

Someone asked in the German Microsoft Answers Forum, if it is possible to get access to an Excel instance and then execute code from this instance. This gave me the idea to enumerate all open Excel instances by using the … Continue reading

22. August 2010
by Mourad Louha
5 Comments

Get the path and file name for a file location using formulas or VBA in Excel

I am currently studying some Windows Registry accesses from Excel & Co. A formula in an Excel sheet helps me to split these entries into its components; meaning the path elements and the value. The location where a file is … Continue reading