Hi,

maybe anybody is able to help me with this: I have two XIndexAcces
elements, A and B, and need to combine them to a XIndexacces  element C,
that means that C should contain all elements from A and B, in this order.
I have now idea how this could work.
I tried to get the cellRanges from A and B in a CellRangearray (in my
example the output of .findAll() on a calc - document is stored in
XIndexAccess A and B)
and cast this Cellarray into XIndexAccess C, but it is not working.

Thanks in advance!!!

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to