Align the form to the top left
Set the startup position in the initialize event.
Private Sub UserForm_Initialize()
UserForm1.StartUpPosition = 3
End Sub
--
HTH...
Jim Thomlinson
"Scott" wrote:
How to align the form to the top left? Right now when the form is
initialized, it is centrally aligned.
|