Go Back   TechArena Community > Software > Windows Software
Become a Member!
Forgot your username/password?
Register Tags Active Topics RSS Search Mark Forums Read SiteMap

Tags: , , , , ,

Sponsored Links



Task pane disappears when you start Excel

Windows Software


Reply
 
Thread Tools Search this Thread
  #1  
Old 11-03-2010
The Recruiter's Avatar
Member
 
Join Date: Aug 2006
Posts: 80
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.
Reply With Quote
  #2  
Old 11-03-2010
kattman's Avatar
Member
 
Join Date: Sep 2005
Posts: 1,239
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.
Reply With Quote
  #3  
Old 11-03-2010
Macarenas's Avatar
Member
 
Join Date: May 2008
Posts: 4,810
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.
Reply With Quote
  #4  
Old 11-03-2010
JonathanD's Avatar
Member
 
Join Date: May 2008
Posts: 4,325
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.
Reply With Quote
  #5  
Old 11-03-2010
Eric B's Avatar
Member
 
Join Date: Apr 2008
Posts: 4,645
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.
Reply With Quote
  #6  
Old 11-03-2010
Member
 
Join Date: Jul 2006
Posts: 283
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'.
Reply With Quote
Reply

  TechArena Community > Software > Windows Software


Thread Tools Search this Thread
Search this Thread:

Advanced Search


Similar Threads for: "Task pane disappears when you start Excel"
Thread Thread Starter Forum Replies Last Post
No desktop icons, task manager, mouse or task bar on start up night-13 Operating Systems 2 07-12-2011 10:44 PM
Windows Scheduled Task: Unable to start task. 0x80070005: Access is denied. BCU_AJones Windows Software 1 01-12-2011 11:49 PM
How to add a Remember The Milk Task Pane to Gmail? rashmi_ay Technology & Internet 5 04-02-2010 11:10 AM
How to keep freeze pane in HTML from Excel? Dilbert Software Development 4 25-01-2010 10:52 PM
Start Menu Right Pane barglen Vista Help 7 10-05-2008 01:03 PM


All times are GMT +5.5. The time now is 04:06 PM.