Building custom solutions that extend, automate, and integrate Microsoft 365 apps.
What I want to highlight is that in Office Script there are no resources such as msgbox, inputbox like in VBA, which helps in interaction with the user. As Office Script is based on TypeScript, which is a superset of JavaScript, there is a need to provide the alert(), confirm() and prompt() methods, which opens up greater interaction with users. There is something in the works to make these features available in Office Script.