• C++ Programming for Financial Engineering
    Highly recommended by thousands of MFE students. Covers essential C++ topics with applications to financial engineering. Learn more Join!
    Python for Finance with Intro to Data Science
    Gain practical understanding of Python to read, understand, and write professional Python code for your first day on the job. Learn more Join!
    An Intuition-Based Options Primer for FE
    Ideal for entry level positions interviews and graduate studies, specializing in options trading arbitrage and options valuation models. Learn more Join!

xll: how to relinquish control to excel while calculating?

Joined
2/23/15
Messages
1
Points
11
hello all, appreciate if you can point me to the right direction. If I have a xll function that takes long time to complete, like a mc routine which will take ten seconds to complete, how do I relinquish control to excel in the mean while - to be more precise, a bit like the real time xls functions with Bloomberg.. how did they do it? I was thinking about callback function xlAbort but looks like what it does is to detect the presence of esc keystrokes.. any hints?

thanks a lot.
 
Back
Top