1
0
Fork
You've already forked office-scripts
0
Some (MS Excel) Office Scripts I created
  • TypeScript 100%
2024年11月30日 02:33:58 +08:00
LICENSE Initial commit 2024年11月30日 00:36:33 +08:00
PastetoVisibleCells.ts Add files via upload 2024年11月30日 00:41:13 +08:00
README.md Update README.md 2024年11月30日 02:33:58 +08:00

office-scripts

Some (MS Excel) Office Scripts I created

"Installing" a Script

In Excel,

  1. Go to Automate menu > New Script. No Automate menu means you cannot use Office Scripts in general.
  2. 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.