C chrisdarl Mar 23, 2004 #1 Hi is there a way to set the possition of the userform? by pixels, an cells? Thanks Chris
J JE McGimpsey Mar 23, 2004 #2 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.
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.