![]() |
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. |
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. |
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