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

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
Prevent user moving the userform with mouse AP[_3_] Excel Programming 2 September 4th 07 03:09 AM
Moving around a userform with enter [email protected] Excel Programming 2 May 8th 07 12:45 AM
moving on userform Zygan Excel Discussion (Misc queries) 1 July 27th 06 08:54 AM
moving an image in a userform Gixxer_J_97[_2_] Excel Programming 5 May 19th 05 12:08 AM
Moving a control in a userform Pierre Archambault Excel Programming 2 November 22nd 04 02:21 PM


All times are GMT +1. The time now is 06:43 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"