|
From: Alexander L. <ale...@go...> - 2009-11-04 16:12:06
|
Ciao Nando,
I had some problems with QuantLib.xla and did som improvements.
First of all:
Module -> ObjectBuilder -> Function ListFilesInFolder
...
If FileItem.Type = "XML Document" - doesn't work for the German version :-(
I extended it with "XML-Dokument"
...
Maybe there is a better idea how to check the file. For example using its
extension.
Second:
Module -> ObjectBuilder -> Function buildConstructor
...
values(1,1) = "=ohRangeRetrieveError(R[-1]C)" doesn't work for the older
excel version (2002)
...
I exchanged it with values(1,1) = "=ohRangeRetrieveError(" &
dest.offset(0,1).Cells.Address & ")"
...
Hope it will be helpfull. I've spent some time trying to figure out the
problem.
Ciao,
Alexander
--
View this message in context: http://old.nabble.com/QuantLib.xla-improvement-tp26199309p26199309.html
Sent from the quantlib-dev mailing list archive at Nabble.com.
|