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.
 
Back
Top