I have an “Exit” button on my Libre Office 6.x Switchboard that calls the following macro (the_Exit):-
Sub the_Exit
REM Close the switchboard
call close_Switchboard()
REM Wait a bit
wait 400
REM Terminate LO
starDesktop.terminate
End Sub
This works fine on LO 6.1.3.2 x64/Windows 8.1 Pro
In LO 6.1.2.1/Mac OSX 10.13.1 the Switchboard closes, BUT LO is still left running.
What can be done to make LO close down programmatically on the above Mac.
Thx.