I am very new to LibreOffice BASIC for I have just moved from Windows and MS Office to Linux Mint 19 xfce and LibreOffice 6.0.3.2 .
Now I am trying to write codes in LibreOffice Calc BASIC but it is very difficult. So, I would like to ask you where I can find the tutorial for the people who are jumping from MS Excel VBA to LO Calc BASIC.
For one example: to move cursor down for 1 row in MS Excel VBA:
Selection.Offset(1, 0).Select
Is it the same as in LO Calc BASIC ?