Question
----------
Also some of the software on the book doesn't work for me, chapter 16 mentions a HESTON PDF plotting excelsheet which I can't find on the CD, and the StochasticVol.xll on the cd doesnt load into my excel (says format not recognised). Any chance you have working versions on these xls sheets?
Answer
--------
the Heston pdf sheet is not on the CD. You just have to use the pricing described in chapter 16 and use the Breeden Litzenberger result partial^2 C / partial K^2 = exp(-(r-d)T) F(S(T)).
The problem with xll is obviously that it is not compiled as a stand alone xll. Thus, it needs several dlls from Visual Studio. So, to use the xll you should recompile everything and use the output dll.
I have the following suggestions.
1) I can set up some Excel Sheet (based on VBA) for plotting the Heston prob dist. This you can use right away. This might take a while (End of next wekk ;-(()
2) I will find out which dll are necessary or how to compile into a stand alone xll.