Calc Cell Selection Processing Using Macro
In this tutorial I will cover selection mechanism in LibreOffice Calc cells and via macro. getCurrentSelection() Method First we need to get hold of the...3 min
In this tutorial I will cover selection mechanism in LibreOffice Calc cells and via macro. getCurrentSelection() Method First we need to get hold of the Calc workbook that is open. To do that, you can use ThisComponent and hold the return object in a variable. To find out the selections done by user in a...