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...3 min
This tutorial will show how to open a file selection dialog in LibreOffice, OpenOffice using Macro. File selection dialog is used to select single/multiple file(s)...3 min
This tutorial will cover on how to create a basic LibreOffice Dialog and adding various controls such as TextBox. Also it covers on how to...4 min
This LibreOffice Macro Tutorial will search for data in cells like VLOOKUP function and the result will be stored in a different cells. This problem...1 min
This tutorial will show how to save a LibreOffice Calc sheet directly as a pdf file using basic macro. In many automation task this simple...2 min
In many automation tasks we need to access spreadsheet using range to reduce processing time. One can access each cells using “row, column” way which...3 min
This tutorial will use the form controls such as a button inside LibreOffice Calc spreadsheet and assign a macro which will fire when the button...2 min