how do i get this macro from excel to work in LibreOffice calc.
Rem Attribute VBA_ModuleType=VBAModule
Option VBASupport 1
Private Sub NextInvoice()
Range(“F5”).Value = Range(“F5”).Value + 1
End Sub
Thanks please advise if this is not the place ask?
Switching to LibreOffice