C'est tout bon j'ai trouvé il faut mettre ceci
Private Sub UserForm_Initialize()
'Adapte le Userform automatiquement à la taille de l'écran
With Me
.StartUpPosition = 3
.Width = Application.Width
.Height = Application.Height
.Left = 0
.Top = 0
End With
End Sub
Merci quand même au personne ayant pris la peine de regarder ce commentaire