buvb10
New Member
- Joined
- May 31, 2005
- Messages
- 21
Hey all,
Here's my first post - just learned of mrexcel.com!
I have two UserForms with initialization events as follows:
UserForm1
Me.StartUpPosition = 0
Me.Top = 0
Me.Left = Application.Left + Application.Width - Me.Width
UserForm2
Me.StartUpPosition = 0
Me.Top = UserForm1.Height
Me.Left = Application.Left + Application.Width - Me.Width
From this, is there some way to "dock" or link the two forms such that if UserForm1 moves, UserForm2 will move with it?
Thanks everyone!
- Brian
Here's my first post - just learned of mrexcel.com!
I have two UserForms with initialization events as follows:
UserForm1
Me.StartUpPosition = 0
Me.Top = 0
Me.Left = Application.Left + Application.Width - Me.Width
UserForm2
Me.StartUpPosition = 0
Me.Top = UserForm1.Height
Me.Left = Application.Left + Application.Width - Me.Width
From this, is there some way to "dock" or link the two forms such that if UserForm1 moves, UserForm2 will move with it?
Thanks everyone!
- Brian