[wtr-general] Re: How to call a function fom Excel ?

2009-04-27 Thread sHiVa
Thanks alot Wilson. Code is working. I would be very greateful to you. Regards Siva On Apr 27, 1:26 pm, Wilson Xu wrote: > The following method maybe help you. > *eval * eval( *aString* *[*, *aBinding* *[* *file* *[* *line* *]* *]* *]*) > -> *anObject* >  Evaluates the Ruby expression(s) in *a

[wtr-general] Re: How to call a function fom Excel ?

2009-04-27 Thread Wilson Xu
The following method maybe help you. *eval * eval( *aString* *[*, *aBinding* *[* *file* *[* *line* *]* *]* *]*) -> *anObject* Evaluates the Ruby expression(s) in *aString*. If *aBinding* is given, the evaluation is performed in its context. The binding may be a Binding object or a Proc object. If