[Libreoffice-bugs] [Bug 134714] VBA Macro: Range names don't work
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Fri Jul 10 11:41:25 UTC 2020
https://bugs.documentfoundation.org/show_bug.cgi?id=134714
--- Comment #2 from himajin100000 at gmail.com ---
FYI:
Sub checkRange()
Cells(1, 1) = Range("MOISANNEE").Value
End Sub
instead of
Sub checkRange()
Cells(1, 1) = Range("CRAM!MOISANNEE").Value
End Sub
works
--
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/20200710/59c065cf/attachment.htm>
More information about the Libreoffice-bugs
mailing list