This is my music library (Jun 2022). See
This file contains 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: My Lab | |
description: Create a new snippet from a blank template. | |
host: POWERPOINT | |
api_set: {} | |
script: | |
content: | | |
$("#run").click(run); | |
function run() { | |
Office.context.document.getSelectedDataAsync(Office.CoercionType.Text, (asyncResult) => { |
OlderNewer