Yes, and it's straight forward too. Use the following within the userform code module.

Code:
Private Sub UserForm_Activate()
    Me.Top = 20
    Me.Left = 20
End Sub