Share via

Office Script

GIVANILDO SILVA DE AMORIM 10 Reputation points
2024-04-21T20:05:13.46+00:00

When there will be in Office Script: Alert(), Confirm(), Prompt(). It's the minimum to interact with the user and guide them.

Microsoft 365 and Office | Development | Other
Microsoft 365 and Office | Excel | For business | Windows

1 answer

Sort by: Most helpful
  1. GIVANILDO SILVA DE AMORIM 10 Reputation points
    2024-04-22T22:39:01.05+00:00

    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.

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.