--- In [email protected], "entropyreduction" 
<alancampbelllists+ya...@...> wrote:
>
> comPlugin0.72_091217.zip in
> http://tech.groups.yahoo.com/group/power-pro/files/0_TEMP_/AlansPluginProvisional/
> 
> trying to handle default methods (like Item, Value).  
> 
> Works for gets
> local objSheet = objApp.ActiveWorkbook.Worksheets(1) ;; .Item(1) ;;
> 
> not for puts
> objSheet.Cells( i, 1) = "Number " ++ i 
> 
> How's it work for you?

Seems to be working pretty good, glad you were able to sort out access to 
sub-objects again.

Using com plugin 0.72_091217:

I am again able reference subobjects.

I am able to set value property, at least when ".Value" is specified as part of 
the reference. Until now, I didn't know it should work any other way.

For the first time I am able to return unicode text in a unicode handle (from 
an object's properties). I can see unmangled high value characters on a 
unicode.messagebox. Will need to retest whether com's unicode arguments and 
altering of the unicode-enabler values work as expected.

Regards,
Sheri


Reply via email to