1876 Views
Hi Denis,
In fact, LEAP is not Excel-based. It is a stand-alone Windows-based software tool. It happens to be written in a programming language called Delphi (http://edn.embarcadero.com/delphi), although for the end-user this is irrelevant because it is all compiled into an executable file that is installed on your PC.
Now the good news! In spite of the above, you CAN use LEAP with tools like Crystal Ball. This is possible because LEAP has an Application Programming Interface (API) that allows it to communicate with any other program that uses the Windows Common Object Model (COM). Look in the help file for documentation of the API.
I also happen to have been playing around recently with connecting LEAP to Crystal Ball, and I am planning on writing a blog post shortly that will explain how. It turns out to be very straightforward - only involving writing a few short lines of VBA code in Excel (As I am sure you know, Crystal Ball is an Excel add-in).
The current main limiting factor in using LEAP with Crystal ball is the speed of LEAP's calculations. When doing Monte Carlo analysis for example, you potentially might need to recalculate LEAP hundreds or even thousands of times. So at the moment this would be rather slow. I am working on a new version of LEAP though, where I am trying to focus on reducing the calculation time. I am hoping that I can make calculations much quicker to support this type of analysis.
Stay tuned!
Best,
Charlie