Task Pane won't close all the way

A

Albert

Here's my problem: AnyWorkbook is open and has a task pane docked to the left
side of the screen (e.g. - the recovery pane). When I open MyWorkbook, a
blue shaded area where the task pane would be blocks the left portion of the
active window.

I've tried toggling View | Task Pane in MyWorkbook, closing the task pane in
AnyWorkbook, closing AnyWorkbook, and adding
Application.CommandBars("Task Pane").Visible = True
Application.CommandBars("Task Pane").Visible = False
to the Workbook_Activate procedure in MyWorkbook but the problem persists.

Any Suggestions?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top