Hello EveryOne,
Need Help, when userform1 open it show in full screen after open userform Frame1 will show in Center of Userform
Userform Full Screen Code working Fine but need Frame1 on Center of Userform VBA Code.
Application.WindowState = xlMaximized
With Me
.Height = Application.Height
.Width = Application.Width
.Top = 0
.Left = 0
End With
Need Help, when userform1 open it show in full screen after open userform Frame1 will show in Center of Userform
Userform Full Screen Code working Fine but need Frame1 on Center of Userform VBA Code.
Application.WindowState = xlMaximized
With Me
.Height = Application.Height
.Width = Application.Width
.Top = 0
.Left = 0
End With