I have the requirement to remove some sheets from an existing spreadsheet (to construct a new spreadsheet). When removing a sheet (spreadsheet.removesheet) there is a warning to the user that this can not be undone and whether it is OK to proceed.
In my case the user should not be bothered. This should happen in the background without user-interaction.
Is there a way to suppress this message?
Thanks
Gerhard