Setting Top and Left of Modal UserForm

  • Thread starter Thread starter Bart
  • Start date Start date
B

Bart

Dear All,
From the Modul-Level of one UserForm I'm trying to set the .Top and
the .Left of another UserForm. Both are Modal. Somehow this doesn't
seem to work. I can set .Height and .Width in this manner.

Does anybody knows why?

Regards,

Bart
 
I forgot to mention: there isn't any Error Message. The UserForm stays
in the middle of the screen.

Bart
 
Hi Bart,

Change the form's StartUpPosition property to Manual, can do that at design
time or in runtime

Regards,
Peter T
 

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

Back
Top