I'd love to use LibreOffice more, but I'm spoiled by Excel's VBA. Are there any improvements coming soon? Are there better links than the ones below!? eg I love the strict types that get me all the member functions and variables by just typing "." (auto-complete). I dislike typing so much, like... dim args1(0) as new com.sun.star.beans.PropertyValue args1(0).Name = "Text" args1(0).Value = "Your name" dispatcher.executeDispatch(document, ".uno:InsertText", "", 0, args1()) https://wiki.documentfoundation.org/images/archive/9/9a/20130215221733!GS4013-GettingStartedWithMacros.pdf https://www.libreoffice.org/get-help/documentation/ https://wiki.documentfoundation.org/Macros#Documentation_for_macro_writers_and_users https://wiki.openoffice.org/wiki/Documentation/BASIC_Guide BTW: I have a convenient git interface for Excel VBA; let me know if you are interested... Thanks for your great work, Chris