ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Moving a Userform (https://www.excelbanter.com/excel-programming/428535-re-moving-userform.html)

Mike H

Moving a Userform
 
Brett,

Play with the 2 numbers to get the form precislely where you want.

Private Sub UserForm_Activate()
With UserForm1
.Top = 110
.Left = 25
End With
End Sub


Mike
"Brett" wrote:

I'm familiar with how to move a shape to the top left corner of Range("B3")
but how do I move a userform to the same place please? Regards, Brett



All times are GMT +1. The time now is 09:32 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com