G Guest Oct 14, 2005 #1 How do I position a MsgBox. It is in the way of my information when in the centre.
G Guest Oct 14, 2005 #2 A standard MsgBox does not allow you to choose the position. However, you can achieve the same effect by creating your own simple userform that mimics the MsgBox - use the top and left properties to set the position.
A standard MsgBox does not allow you to choose the position. However, you can achieve the same effect by creating your own simple userform that mimics the MsgBox - use the top and left properties to set the position.