X
Xool
Hi
Can anyone tell me how do I make my form 100% of the screen height and width
Cheers
Can anyone tell me how do I make my form 100% of the screen height and width
Cheers
Dave Hawley said:Hi
Try
Private Sub UserForm_Initialize()
Me.Height = Application.Height
Me.Width = Application.Width
End Sub
OR
Private Sub UserForm_Initialize()
Me.Height = Application.UsableHeight
Me.Width = Application.UsableWidth
End Sub
***** Posted via: http://www.ozgrid.com
Excel Templates, Training & Add-ins.
Free Excel Forum http://www.ozgrid.com/forum *****