Chapter 5 - Using Macros in Spreadsheet
Chapter 5 - Using Macros in Spreadsheet
3. Which of the following Libraries contains modules with prerecorded macros and should not
be changed?
a) My Macros
b) LibreOfficeMacros
c) Untitled1
d) Test
5. The code of macro begins with Sub followed by the name of the macro and ends with
End Sub.
Opening of windows
Actions carried out in another window than where the recording was started.
Window switching
Actions that are not related to the spreadsheet contents.
Selections are recorded only if they are done by using the keyboard (cursor traveling), but
not when the mouse is used.
The macro recorder works only in Calc and Writer.
3. How is LibreOffice Macros Library different from my Macros?
Answer:
LibreOffice Macros Library My Macros
LibreOffice Macros Library is provided My Macros contain macros that the user
by LibreOffice and contains modules with write or add to LibreOffice.
pre-recorded macros.
Answer:
Pre-defined functions are already defined These are user defined functions. In this, the
in LibreOffice Calc. user creates a macro that performs the
calculations.
As, these are already created, we just have As these are created by user, first we have to
to use it as and when required. write a code in BASIC (a programming
language for macro), then we can use it
according to our requirement.
5. List the rules that should be kept in mind while naming a macro.