OVH Cloud OVH Cloud

affichage userform

3 réponses
Avatar
msillienne
hello,=20
je voudrais afficher mon userform sur tout mon =E9cran ???
un genre de WindowState =3D xlMaximized mais pour un=20
userform?
thank's

3 réponses

Avatar
Seb...
http://www.excelabo.net/xl/userforms.php

Seb.
Avatar
msillienne
je voulais savoir si y avait pas plus simple????
-----Message d'origine-----
http://www.excelabo.net/xl/userforms.php

Seb.


.



Avatar
Michel Pierron
bonjour msillienne;
Dans la mesure où tu ne recherches pas la proportionnalité des contrôles, ceci
devrait te suffire:

Private Sub UserForm_Initialize()
Me.Width = Application.Width
Me.Height = Application.Height
End Sub

MP
"msillienne" a écrit dans le message de
news:083f01c3d506$e42efab0$
hello,
je voudrais afficher mon userform sur tout mon écran ???
un genre de WindowState = xlMaximized mais pour un
userform?
thank's