Is there a way to temporarily turn off prompts in the message center?
We have a need to send a key in that generates a warning message that is raising questions with our users. So we are looking for way to suppress the message before the key in and then restore prompting after the command is completed.
There is a key-in "msgcenter clearmessages" that will remove all the message center messages, however it doesn't clear the last message that is shown in the status bar itself.
Perhaps doing something that causes a new message to replace the one at the bottom. I know you can send messages to the message from vba pretty easily, but that seems a bit overkill.
you could use the 'version' key-in to override the last message in the status bar with the current version. Users might think it weird though.
You could try the following:
nice. that worked for me.