Answer the following fill ups related to LibreOffice Calc: 1. ________ library is automatically loaded when the document is opened. 2. IDE stands for _______________________________. 3. Macro as a function is capable of accepting ___________ and re
Here are the fill-ups related to LibreOffice Calc:
1. **Standard** library is automatically loaded when the document is opened.
2. IDE stands for **Integrated Development Environment**.
3. Macro as a function is capable of accepting **parameters** and returning a **value**.
4. Macro **organizer** allows us to add, delete a module.
5. The code of macro begins with **Sub** followed by the name of the macro and ends with **End Sub**.
6. By default, a macro is saved in the **document**.