Hi:

        I didn't the question but it interest me.

        I tried to use macro but I can't use because:

        a) If I selected all the cells that I want to merge ... nothing pass.

        b) If I select the first and run the macro ... appears a mesage that
"merge" isn't found method.

        This macro woud be usefull ... thank you if you help us.

        The other method that I know to merge string is this:

        For example: merge A1, A6 and B10:

                                        +A1&A6&B10
Regards,

Jorge Rodríguez
________________

El mar, 11-10-2011 a las 21:26 +0200, Andreas Säger escribió:
> Am 11.10.2011 20:48, Tanstaafl wrote:
> > Does anyone know if there is an extension that makes this possible?
> >
> > Or, if there is already a Feature Request for it?
> >
> > Thanks
> >
> 
> Sub MultiMerge
> sel = ThisComponent.getCurrentSelection()
> e = sel.createEnumeration()
> while e.hasMoreElements()
>    rg = e.nextElement()
>    rg.merge(true)
> wend
> End Sub
> 

-- 
Atentamente,

Jorge Rodríguez


-- 
For unsubscribe instructions e-mail to: [email protected]
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/users/
All messages sent to this list will be publicly archived and cannot be deleted

Reply via email to