Brian Feth
New Member
- Joined
- May 21, 2017
- Messages
- 30
Windows 10, Excel 2016; This worked in Excel 2010 but hangs up in Excel 2016 after the ".WindowState = xlNormal" statement ant ",Top = 1" (but not always). Anyone know why?
With ActiveWindow
.WindowState = xlNormal
.Top = 1
.Left = 1
.Height = Application.UsableHeight
.Width = Application.UsableWidth * 0.62
End With
With ActiveWindow
.WindowState = xlNormal
.Top = 1
.Left = 1
.Height = Application.UsableHeight
.Width = Application.UsableWidth * 0.62
End With