[Libreoffice-bugs] [Bug 131462] MACRO WILL NOT COPY CELLS VALUES WHOSE CELLS HAVE VLOOKUP INDEX>2

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Sun Mar 22 06:57:00 UTC 2020


https://bugs.documentfoundation.org/show_bug.cgi?id=131462

Oliver Brinzing <oliver.brinzing at gmx.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |WORKSFORME
                 CC|                            |oliver.brinzing at gmx.de

--- Comment #2 from Oliver Brinzing <oliver.brinzing at gmx.de> ---
You need to change the macro to make it work - telling LO to copy formulas
instead of values:

from: args39(0).Value = "SVD"
to:   args39(0).Value = "SVDF"

and you have to adjust the vlookup cell ranges from relative to absolut
adresses.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20200322/d3a3e584/attachment.htm>


More information about the Libreoffice-bugs mailing list