Results 1 to 6 of 6

Thread: Task pane disappears when you start Excel

  1. #1
    Join Date
    Aug 2006
    Posts
    201

    Task pane disappears when you start Excel

    Hello everyone,
    I am facing very strange problem with the Excel. I have installed the MS Office properly, and for some days it was working flawlessly. From last two days I am getting some strange results after opening an excel. Many times I have observed that the task pane disappears after starting the Excel. I am having anti-virus which is properly updated, so I think that there should be no issue of virus or malware. Still I am not able to fix this problem. Please tell me some solution so that task pane will appear even after starting Excel.
    Don't be afraid of darkness, it's in your heart anyway.

  2. #2
    Join Date
    Sep 2005
    Posts
    1,306

    Re: Task pane disappears when you start Excel

    Normally many times the task pane disappears when the following conditions are met :
    1. The check box Show at startup is activated in the task pane.
    2. One or more open Excel files automatically when you start to include the file and any custom plug Personal.xls.

    If you avoid these conditions, then you should not get an error.

  3. #3
    Join Date
    May 2008
    Posts
    4,831

    Re: Task pane disappears when you start Excel

    By default, load Excel files of the following folders on your hard drive at home (where user-name is your user name) :
    • Office \ Office11 \ Xlstart \ Microsoft Excel 2003-C: \ Program
    • \ Microsoft \ Excel \ Xlstart username C: \ Documents and Settings \.
    • The folder that is specified in the table at startup, open all files in (in the General tab of the Options dialog box).

    Hope that this help can fix your error.

  4. #4
    Join Date
    May 2008
    Posts
    4,345

    Re: Task pane disappears when you start Excel

    To avoid this behavior this behavior, do not load files at startup that are mentioned by the 'Macarenas'. When you start Excel, all the files that are located in the XLStart folder are automatically opened. This behavior occurs regardless of the type of file. Additionally, if you specified an alternative startup folder for Excel, every file in that folder is also automatically opened. To specify an alternative startup folder, in Microsoft Excel 2002 or Microsoft Office Excel 2003, click Options on the Tools menu, and then click the General tab. In Microsoft Office Excel 2007, click the Microsoft Office Button, click Excel Options, click the Advanced tab, and then locate the General section.

  5. #5
    Join Date
    Apr 2008
    Posts
    4,642

    Re: Task pane disappears when you start Excel

    If you created a book Personal.xls, you can follow the steps :
    1. On the Tools menu, select Macro and then click Visual Basic Editor.
    2. In the Project Explorer window, expand VBAProject (PERSONAL.XLS).
    3. Expand Microsoft Excel Objects.
    4. Double click on this book.
    5. In the code window that opens, type the following code
      Code:
      Private Sub Workbook_Open () 
        On Error Resume Next
         
        Application.CommandBars ( "Task Pane"). Visible = True 
        End Sub
    6. On the File menu, click Save Personal.xls.
    7. On the File menu, click Close and Return to Microsoft Excel.
    8. Exit Excel.

  6. #6
    Join Date
    Jul 2006
    Posts
    339

    Re: Task pane disappears when you start Excel

    For creating a book Personal.xls, follow the steps :
    1. Start Excel
    2. On the Tools menu, select Macro and then click Record New Macro.
    3. In the Record Macro dialog box, click Personal Macro Workbook in the Store Macro In list.
    4. Click OK.
    5. In the Stop Recording toolbar, click the Stop button.
    6. On the File menu, click Exit.
    7. When prompted to save changes to your Personal Macro Workbook, click Yes

    After creating the personal.xls, you can proceed with the steps that are mentioned by the 'Eric B'.

Similar Threads

  1. Replies: 3
    Last Post: 17-01-2014, 10:37 AM
  2. No desktop icons, task manager, mouse or task bar on start up
    By night-13 in forum Operating Systems
    Replies: 2
    Last Post: 07-12-2011, 10:44 PM
  3. How to add a Remember The Milk Task Pane to Gmail?
    By rashmi_ay in forum Technology & Internet
    Replies: 5
    Last Post: 04-02-2010, 11:10 AM
  4. How to keep freeze pane in HTML from Excel?
    By Dilbert in forum Software Development
    Replies: 4
    Last Post: 25-01-2010, 10:52 PM
  5. Display disappears when I start computer
    By Jesse Bas in forum Monitor & Video Cards
    Replies: 5
    Last Post: 28-04-2009, 11:59 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,966,351.33418 seconds with 17 queries