I am very new to using the BASIC macros in Libre Office.
I am using a template doc with text and pre-defined tables.
I can insert text where I want with Cursor.gotoNextParagraph(False),
Cursor.gotoEndOfSentence(False) etc.
My difficulties are with tables, how do you select the next table?
Cell = Table.getCellByName(“B2”)
Cell.String = " Some Text "