Task Pane Doesn't Appear Properly

Written by Allen Wyatt (last updated June 17, 2023)
This tip applies to Excel 2002 and 2003


Brian was perplexed by the fact that when he starts Excel 2002, the Task pane momentarily appears and is then overlaid by the standard blank workbook. This happens in spite of the fact that he has the Task pane set to show at start-up (Tools | Options | View tab), and the same selection is chosen at the bottom of the Task pane itself.

Even though Brian is using Excel 2002, the problem he experienced could also occur for those using Excel 2003. Excel automatically hides the Task pane upon startup if your copy of Excel loads any files automatically. For instance, if you have any worksheets in your Startup folder, or if you have a personal.xls file that loads, then the Task pane will automatically be obscured. It appears that this behavior—despite what you explicitly specify for the Task pane to do—is built into Excel.

There are three ways around this problem. The first is to make sure that nothing automatically loads when Excel starts. For many people, this may not be a practical solution—after all, Personal.xls is often used for "global" user macros and customizations. The second solution, then, is to add more programming code to the file being opened automatically (for instance, Personal.xls). This code is designed to run automatically when the file is opened, and it displays the Task pane:

Private Sub Workbook_Open()
    On Error Resume Next
    Application.CommandBars("Task Pane").Visible = True
End Sub

If it is not possible for you to add such coding to the file or files being opened, then you can modify a Registry entry to tell Excel to leave the Task pane open. As always, be careful when you edit the Registry, as a mistake can make your system unstable or totally unusable.

Get out of Excel and follow these steps:

  1. Choose Run from the Start menu. Windows displays the Run dialog box.
  2. In the Open box enter the name regedit.
  3. Click on OK. This starts the Registry Editor program.
  4. Locate and select the following key. (For Excel 2002 the path will differ slightly, referencing 10.0 instead of 11.0.)
     HKEY_CURRENT_USER\Software\Microsoft\Office\11.0\Common\General
  1. Choose the New option from the Edit menu, then choose DWORD Value. A new value appears in the right side of the Registry Editor, awaiting a name.
  2. Name the value DoNotDismissFileNewTaskPane. Note that there should be no spaces, and capitalization should be just as shown.
  3. With the newly named value still selected, choose the Modify option from the Edit menu. You will see the Edit DWORD Value dialog box.
  4. Change the Value Data field from 0 to 1.
  5. Click on OK.
  6. Close the Registry Editor.

When you restart Excel, the Task pane should remain visibile.

Note:

If you would like to know how to use the macros described on this page (or on any other page on the ExcelTips sites), I've prepared a special page that includes helpful information. Click here to open that special page in a new browser tab.

ExcelTips is your source for cost-effective Microsoft Excel training. This tip (3066) applies to Microsoft Excel 2002 and 2003.

Author Bio

Allen Wyatt

With more than 50 non-fiction books and numerous magazine articles to his credit, Allen Wyatt is an internationally recognized author. He is president of Sharon Parq Associates, a computer and publishing services company. ...

MORE FROM ALLEN

Changing the Size of a Drawing Object

Add a drawing object to your worksheet, and at some point you may want to change that object's size. You can easily ...

Discover More

Creating a CSV File

Need to get your data into a format that can be easily read by other programs? Chances are good that a simple CSV file ...

Discover More

Deploying Standard Styles through an Organization

When you are working with Word in an organization (regardless of how many people), standardizing styles and their use can ...

Discover More

Solve Real Business Problems Master business modeling and analysis techniques with Excel and transform data into bottom-line results. This hands-on, scenario-focused guide shows you how to use the latest Excel tools to integrate data from multiple tables. Check out Microsoft Excel 2013 Data Analysis and Business Modeling today!

More ExcelTips (menu)

Running Out of Memory

Do you get an error when you try to insert just one more chart in your workbook? It could be because of an obscure ...

Discover More

Seeing Excel's Program Window

Have you ever opened Excel to find that the window you saw yesterday is not the same as it is today? Sometimes, for ...

Discover More

Reducing the Size of the Save As Dialog Box

Dialog boxes are designed to be limited in scope, so that they cover only a portion of your screen. What if a dialog box ...

Discover More
Subscribe

FREE SERVICE: Get tips like this every week in ExcelTips, a free productivity newsletter. Enter your address and click "Subscribe."

View most recent newsletter.

Comments

If you would like to add an image to your comment (not an avatar, but an image to help in making the point of your comment), include the characters [{fig}] (all 7 characters, in the sequence shown) in your comment text. You’ll be prompted to upload your image when you submit the comment. Maximum image size is 6Mpixels. Images larger than 600px wide or 1000px tall will be reduced. Up to three images may be included in a comment. All images are subject to review. Commenting privileges may be curtailed if inappropriate images are posted.

What is nine minus 7?

There are currently no comments for this tip. (Be the first to leave your comment—just use the simple form above!)


This Site

Got a version of Excel that uses the menu interface (Excel 97, Excel 2000, Excel 2002, or Excel 2003)? This site is for you! If you use a later version of Excel, visit our ExcelTips site focusing on the ribbon interface.

Newest Tips
Subscribe

FREE SERVICE: Get tips like this every week in ExcelTips, a free productivity newsletter. Enter your address and click "Subscribe."

(Your e-mail address is not shared with anyone, ever.)

View the most recent newsletter.