Userform Small
Solved
New_VBA_User
Posted messages
82
Registration date
Status
Membre
Last intervention
-
New_VBA_User Posted messages 82 Registration date Status Membre Last intervention -
New_VBA_User Posted messages 82 Registration date Status Membre Last intervention -
Hello,
I would like to know why sometimes my Userform becomes small (zoomed out) see attached photo, so I have to remove it to make it larger?
Thank you in advance for your help.
Best regards.
Configuration: Windows / Edge 18.17763
I would like to know why sometimes my Userform becomes small (zoomed out) see attached photo, so I have to remove it to make it larger?
Thank you in advance for your help.
Best regards.
Configuration: Windows / Edge 18.17763
2 réponses
Hello,
first see this:
https://silkyroad.developpez.com/VBA/UserForm/#LII
Then set the properties of the Userform Top to 0 and Left as well
Use the resizing handles and you will see the change!
first see this:
https://silkyroad.developpez.com/VBA/UserForm/#LII
Then set the properties of the Userform Top to 0 and Left as well
Use the resizing handles and you will see the change!
In the Initialize procedure, define the parameters height and width to see if it's okay.
I don't understand.
Thank you.
Okay, project. Well, it happens at my place too, but it doesn't bother me, so I haven't looked into the why or how.
Thank you.