Oliver Brinzing wrote:
i found that, the oSheet.copyRange(oDstCell, oSrcRange) does not work,
if cells in the destination area are merged ...

If the source and destination area both contain merged cells, to be exact. It's the same limitation as with Drag&Drop. The check is there to prevent invalid states if merged cells from the source range extend into merged cells next to the destination range, but it sure could be refined to catch only the problematic cases.

Niklas

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

Reply via email to