Displaying Data Info in a msgbox

B

Bing

Is there a way to position the msgbox, rather than the default which is in
the middle of the screen.
 
P

Paul Herber

Is there a way to position the msgbox, rather than the default which is in
the middle of the screen.

Sorry, the standard MsgBox doesn't allow this, odd, because the
InputBox function does have x and y parameters.
 
Top