I have 3 monitors. Excel seems to arbitrarily open on one of the other two monitors other than the primary. If I move Excel to the primary monitor, open a new worksheet (in the same monitor) and then close Excel, it opens in the primary thereafter.
I want to find a way to ALWAYS under any and all circumstances open Excel in the Primary window.
I found something in a search that says to do this:
but I get a Run-Time error '1004': Method 'Top' of object'_Application' failed
Help?
I want to find a way to ALWAYS under any and all circumstances open Excel in the Primary window.
I found something in a search that says to do this:
Code:
Private Sub Workbook_Open()
Application.Top = 0
Application.Left = 0
End Sub
but I get a Run-Time error '1004': Method 'Top' of object'_Application' failed
Help?