Some (MS Excel) Office Scripts I created
| LICENSE | Initial commit | |
| PastetoVisibleCells.ts | Add files via upload | |
| README.md | Update README.md | |
office-scripts
Some (MS Excel) Office Scripts I created
"Installing" a Script
In Excel,
- Go to Automate menu > New Script. No Automate menu means you cannot use Office Scripts in general.
- Copy-paste the .ts to code text area and enter script name (e.g., "Paste to Visible Cells") just above the text area. Then save script.
NOTE: Ctrl+Z does NOT work for Office Scripts, so be careful with running! If with Version History enabled, you can undo via restore.