ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Making a UserForm to appear! (https://www.excelbanter.com/excel-programming/324956-making-userform-appear.html)

Skyhouse

Making a UserForm to appear!
 
Is there a way to make the UserForm appear in a specific part of the
spreadsheet and have it appear in that spot every time it is opened? Thanks
for any help.

Harald Staff

Making a UserForm to appear!
 
Sub showup()
With UserForm1
.StartUpPosition = 0
.Top = Application.Top + 142
.Left = Application.Left + 29
.Show
End With
End Sub


HTH. Best wishes Harald

"Skyhouse" skrev i melding
...
Is there a way to make the UserForm appear in a specific part of the
spreadsheet and have it appear in that spot every time it is opened?

Thanks
for any help.




Skyhouse71

Making a UserForm to appear!
 
Thanks a lot.

"Harald Staff" wrote:

Sub showup()
With UserForm1
.StartUpPosition = 0
.Top = Application.Top + 142
.Left = Application.Left + 29
.Show
End With
End Sub


HTH. Best wishes Harald

"Skyhouse" skrev i melding
...
Is there a way to make the UserForm appear in a specific part of the
spreadsheet and have it appear in that spot every time it is opened?

Thanks
for any help.






All times are GMT +1. The time now is 05:57 PM.

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