I also wondered if I might not create the entire message box form in code so I wouldn't need to add yet another form to the IDE
Application.MessageBox( 'My message here.', 'My Title', MB_ICONEXCLAMATION);
You can also use a MessageBox where you can use the standard icons like INFO, WARNING ERROR QUESTION :Code: [Select] Application.MessageBox( 'My message here.', 'My Title', MB_ICONEXCLAMATION);