Re: Customizing QLAddin: mini how-to + question
Posted by ago-2 on Feb 08, 2006; 11:40am
URL: http://quantlib.414.s1.nabble.com/Customizing-QLAddin-mini-how-to-question-tp4453p4459.html
On the same topic
1) I am not sure if it is possible, but it wold be nice to have a generic
function in excel like "ohMethodValue(handle, methodName as string,
parameterArray) as variant". The difference from "ohFieldValue" in this case is
that "methodName" is a method of getObject, so that if methodName = "XYZ", it
will call : returnValue = objectPointer->getObject().XYZ(parameterArray). If
returnValue is an object the handle is returned.
2) Is it possible to access the addin functionality from VB? If so, how?