Google Sheet Script : Is there a way to display a message without stop the script?

525 Views Asked by At

Simple question : Is there a way to display a message without stop the script ?

Alert() stop the script.

setTimeOut seems be usefull but it's not available and Utilities.sleep() seems not working that way.

Someone can help me?

Thank's you

1

There are 1 best solutions below

0
Loïc Duqy On

modeless dialog() was exactly What I need.

Thank's Cooper