USERFORM: default possition?

  • Thread starter Thread starter chrisdarl
  • Start date Start date
C

chrisdarl

Hi is there a way to set the possition of the userform? by pixels, an
cells?
Thanks Chris
 
Set the Userform's StartupPosition property to Manual and set the Top
and Left properties for the number of pixels.

Note that when you do this, you make some assumptions about the user's
screen resolution and window layout. Be sure to check for boundaries.
 

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

Similar Threads


Back
Top