P
Peterke
Hi,
I'm using this code to open my workbook:
Private Sub Workbook_Open()
Application.WindowState = xlMinimized
UserForm1.Show
End Sub
Here's my problem:
The window is minimized so that's ok, but the userform does not come on
screen. I have to click below to show the userform.
How do i show the userform on screen without clicking below?
Please advise.
Regards,
Peter
I'm using this code to open my workbook:
Private Sub Workbook_Open()
Application.WindowState = xlMinimized
UserForm1.Show
End Sub
Here's my problem:
The window is minimized so that's ok, but the userform does not come on
screen. I have to click below to show the userform.
How do i show the userform on screen without clicking below?
Please advise.
Regards,
Peter