Excel Ticker

Excel Ticker

18. November 2010
by Mourad Louha
8 Comments

Calculation of very large numbers in Excel – Part 5 – Add-In

This article presents my first version of my free Excel Add-In (Version 0.75 Build 151110) for calculating large numbers in Excel. The Add-In (you can download the file at the end of this article) currently implements functions for the addition, … Continue reading

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