This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: MyFirstJavaScript Program | |
| description: This program will select a range of cells and perform some formatting. | |
| host: EXCEL | |
| api_set: {} | |
| script: | |
| content: | | |
| /* | |
| * let's assign a function to our run button | |
| * in this case on the 'Click' event we will | |
| * execute our 'Run' function and wrap it in our |
NewerOlder