In LibreOffice Calc I have a LibreOffice Basic funtion (macro) call in a cell. How can I refresh this cell automatically when some other cell has been changed without refreshing the whole sheet ?
Add the macro to "Content changed" Sheet Events which can be found in the pulldown menu by right clicking the sheet tab.
Thank you.