Hi all ...
I use a UserForm on VBA (Excel). When I initialize this UserForm, I size it like that :
The problem is that another computer won't have the same screen area (1152x854, 1024x768 pixels ...) So, another computer won't see the entire Userform. Is there a way to size it according to the screen area (for example 2/3 of the area), and not define values like me ???
Thanks a lot in advance.
Rodie![[lightsaber] [lightsaber] [lightsaber]](/data/assets/smilies/lightsaber.gif)
I use a UserForm on VBA (Excel). When I initialize this UserForm, I size it like that :
Code:
Private Sub UserForm_Initialize()
Me.Width = 1100
Me.Height = 800
...
End Sub
Thanks a lot in advance.
Rodie
![[lightsaber] [lightsaber] [lightsaber]](/data/assets/smilies/lightsaber.gif)