Programmatically maximize a userform
Private Sub Userform_Initialize()
me.width=application.width
me.height=application.height
End sub
"Gussie" wrote in message
...
I am creating a UserForm in excel but there is no way to automaticaly
maximize the form, I have created a function that resizes form to the area
used and added a maximize button but client wants it to be maximized when
opening form.
Can this be done?
|