My standard Word work window has the Navigation & Style panes open on each side of the main content section.
Maybe 2 months ago, the panes changed size to larger than before and changing them to my preferred sizes didn’t stick—I tried Shift-click closing and changing the pane sizes in my template.
Is there some way to make my preferred sizes stick, like they’ve done for years?
PS I have the following auto macros:
Sub AutoOpen() ActiveWindow.View.Type = wdWebView 'open in Web Layout ActiveWindow.View.Zoom.Percentage = 120 'Zoom % Application.TaskPanes(wdTaskPaneFormatting).Visible = True 'open Style Pane Application.TaskPanes(wdTaskPaneNav).Visible = True 'open Nav Pane End Sub Sub AutoNew() ActiveWindow.View.Type = wdWebView 'open in Web Layout ActiveWindow.View.Zoom.Percentage = 120 'Zoom % Application.TaskPanes(wdTaskPaneFormatting).Visible = True 'open Style Pane Application.TaskPanes(wdTaskPaneNav).Visible = True 'open Nav Pane End Sub
Lugh.
~
Alienware Aurora R6; Win10 Home x64 1803; Office 365 x32
i7-7700; GeForce GTX 1060; 16GB DDR4 2400; 1TB SSD, 256GB SSD, 4TB HD