I want to colorize selected fields from user with a Office Script. Is that possible?
Robert
EDIT:
- Select a number of cells, depending on which the user chooses
- Press a Button (Make Cell Green)
- Colorize the Cells which were selected.
I want to colorize selected fields from user with a Office Script. Is that possible?
Robert
EDIT:
You can use workbook.getSelectedRange() to get the user selected range in the workbook.