Thread: MsgBox Position
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
K Dales[_2_] K Dales[_2_] is offline
external usenet poster
 
Posts: 1,163
Default MsgBox 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.
--
- K Dales


"Dewald" wrote:

How do I position a MsgBox. It is in the way of my information when in the
centre.