is there a way to set position/size of MsgBox or Input Box?

C

Cindy M -WordMVP-

Hi =?Utf-8?B?ZGVteWFu?=,
<The title says it all :) Thank you for help >
In what programming language? Have you looked at the Help
for these? If we're talking VB(A) then

InputBox has posX and posY arguments, so yes, this can be
positioned.

MsgBox hasn't, so it can't.

Neither can be resized (and there's also an upper limit to
the amount of text/argument or input. 255 characters, I
believe)

Cindy Meister
INTER-Solutions, Switzerland
http://homepage.swissonline.ch/cindymeister (last update
Sep 30 2003)
http://www.word.mvps.org

This reply is posted in the Newsgroup; please post any
follow question or reply in the newsgroup and not by e-mail
:)
 
H

Howard Kaikow

An alternative is to roll your own Userform to simulate a Msgbox or
Inputbox.
 
J

Jonathan West

demyan said:
Thank you very much!

No, there isn't. What you can do is create a UserForm that looks much like
a messwge box or input box, and position that where you want it.
 

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