Message Box Positioning?

I

Ian

Using Word 97.

I am using a MsgBox to report an error related to a box on a form.
Unfortunately the MsgBox pops up right on top of the offending box, so
it is then necessary to drag the MsgBox out of the way to see the error.

Is there any way to position the MsgBox at, say, the top-left hand
corner of the form so that dragging the box won't be necessary?
 
J

Jonathan West

Hi Ian,

No you can't control the location of a message box. You can create your own
userform that looks much like a message box and position that wherever you
want.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top