Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default 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.
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,327
Default 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.



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default 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.




Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
making a userform work ,oops scott t Excel Programming 2 April 26th 04 12:51 AM
making a userform work scott t Excel Programming 0 April 25th 04 11:11 PM
Making your UserForm print other workbooks abxy[_15_] Excel Programming 0 February 4th 04 10:29 PM
Making a TextBox look and feel like a Label in a userform Harald Staff[_4_] Excel Programming 2 July 30th 03 08:35 PM
Making a TextBox look and feel like a Label in a userform Mike NG Excel Programming 0 July 30th 03 08:34 PM


All times are GMT +1. The time now is 02:19 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"