Multidimensional array.(Microsoft Excel Office Scripts)
Introduction to the use of multidimensional arrays in Office scripts.
Array.(Microsoft Excel Office Scripts)
Introduction to the use of array in Office scripts.
Loop.(Microsoft Excel Office Scripts)
This section introduces the looping (repetitive processing) method in Office scripts.
This loop repeats the sam ...
Conditional branches and logical operators.(Microsoft Excel Office Scripts)
This section introduces the basic use of conditional branches and logical operators in Office scripts.
String concatenation operators.(Microsoft Excel Office Scripts)
This section introduces the use of string concatenation operators in Office scripts.
Arithmetic operators.(Microsoft Excel Office Scripts)
This section introduces the basic use of arithmetic operators in Office scripts.
Constants.(Microsoft Excel Office Scripts)
This section introduces the use of constants in Office scripts.
Basic usage of variables.(Microsoft Excel Office Scripts)
Basic usage of variables in Office scripts.
Check if the workbook is opened as read-only.(Microsoft Excel Office Scripts)
This section shows you how to check if a workbook is opened in read-only mode.
Get all Worksheets in the Workbook.(Microsoft Excel Office Scripts)
Introducing a method to retrieve all worksheets in a workbook.
This is useful if you want to retrieve or change ...