I am trying to position and size a popup form, following someone else example which they said worked.
I know my settings are inches.
I have tried this, but the form is down the screen and away from the left edge. I am using
I know my settings are inches.
I have tried this, but the form is down the screen and away from the left edge. I am using
Code:
Private Sub Form_Open(Cancel As Integer)
Form.Move Left:=0, Top:=0, Width:=44000, Height:=16000
End Sub