Hi tqm1,

The message that you used in your code is written correctly. And the user can simply press Enter, Escape, or Space bar to close ('hide') it.

What exactly are you trying to accomplish with the Application.OnKey method? In your code you are resetting the key combination Shift+Ctrl+Enter to whatever the default is (if one exists....), you are not setting the key combination to a macro.

And from the title of your procedure, it looks like you are trying to click a shape object and run the macro. In this case, you should make sure your macro is within a Standard Module, not a sheet module. If that doesn't work, try right-clicking the Oval shape again and re-assigning the macro to it. Please let us know.

Hope this helps