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

            Bug ID: 123310
           Summary: Kind of macro module function call, incompatibility
                    with office
           Product: LibreOffice
           Version: 5.1.6.2 release
          Hardware: All
                OS: Linux (All)
            Status: UNCONFIRMED
          Severity: enhancement
          Priority: medium
         Component: Calc
          Assignee: libreoffice-bugs@lists.freedesktop.org
          Reporter: spamcollecto...@gmx.de

Please enable the same function- call- syntax like in MS Office
"modulname.functionname", so is no need to edit each formula when the user
change the tool. 

for example (listet structure in libre office calc):
LibreOffice Basic, VBA Makro
"Test.xls"
  -> VBA Project
    -> Module
      -> ownfunction  'modulname
            ownfn  'functionname

Option VBASupport 1
Function ownfn(x As String, y As String)
...
End Function

formula in the sheet: cell A1 (or any)
excel: "=ownfunction.ownfn(parameter1;parameter2)"
libre: "=ownfn(parameter1;parameter2)"

The call like in excel with modulname.function ends in error.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to