Date: prev next · Thread: first prev next last
2011 Archives by date, by thread · List index


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: users+help@global.libreoffice.org
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

Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.