The message box function is one of the VBA features that does not allow
positioning as a built in property. However, you can use the UserForm with
a label and command buttons to do the same thing and it can be positioned
anywhere on the screen, resized and the text font can be changed by the
designer without affecting any other project or application.
See this site for a discussion on the subject:
http://gregmaxey.mvps.org/Custom_MsgBox.htm
"caldog" wrote in message
...
My Msgbox always pops up in the middle of the screen. I would like to
know
if there is a way to position it so that it pops up either to the left or
right of center.