views:

262

answers:

1

Is there any possibility in MS Word with VBA to show a short notification message to the user as he begins creating his Word document. I would like to display a short message to him, something like a notification (quickinfo, tooltip but control independent), which displays for about 30 seconds and dissapears automatically, so that the user doesn't have to close the window manually. Similar to the status messages in the system tray, but in Microsoft Word itself.

+1  A: 

You can make a custom form and set ControlBox to false and FormBorderStyle to None.

SLaks