Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
VT
 
Posts: n/a
Default Windows in Taskbar not working

Hi All,

Just started recently, Excel 2003's Windows in Taskbar (Tools Options
View) option stopped working for me. Even though this box is checked,
multiple workbooks still open under one Excel taskbar. I've done the
"Detect and Repair" as well as applied Office SP1 patch, still no luck. Any
thoughts?

Thanks,

VT


  #2   Report Post  
Dave Peterson
 
Posts: n/a
Default

Maybe it's a windows setting.

Rightclick on an empty spot on the windows taskbar.
Select Properties.
On the Taskbar tab, uncheck "group similar taskbar buttons"



VT wrote:

Hi All,

Just started recently, Excel 2003's Windows in Taskbar (Tools Options
View) option stopped working for me. Even though this box is checked,
multiple workbooks still open under one Excel taskbar. I've done the
"Detect and Repair" as well as applied Office SP1 patch, still no luck. Any
thoughts?

Thanks,

VT


--

Dave Peterson
  #3   Report Post  
bbrowers
 
Posts: n/a
Default


I just recently started having the same problem. I can only see the
current file's title in the taskbar. If I open another worksheet, the
only way I can work on the first worksheet is to click window and then
choose the worksheet. I already clicked the detect and repair button
and also re-installed microsoft office. The button "group similar
taksbar buttons is not checked. Any help would be appreciated!!


:)


--
bbrowers
------------------------------------------------------------------------
bbrowers's Profile: http://www.excelforum.com/member.php...o&userid=18887
View this thread: http://www.excelforum.com/showthread...hreadid=351893

  #4   Report Post  
Dave Peterson
 
Posts: n/a
Default

Saved from a previous post...

Is the workbook shared? (A bug in xl2k turns it off for shared workbooks.)

You could create a new workbook saved into XLStart (or put this into your
personal.xls workbook) and it'll toggle that option each time you open a
workbook.

In the ThisWorkbook module:

Option Explicit
Public WithEvents xlApp As Excel.Application
Private Sub Workbook_Open()
Set xlApp = Application
End Sub
Private Sub Workbook_Close()
Set xlApp = Nothing
End Sub
Private Sub xlApp_NewWorkbook(ByVal Wb As Workbook)
Application.ShowWindowsInTaskbar = True
End Sub
Private Sub xlApp_WorkbookOpen(ByVal Wb As Workbook)
Application.ShowWindowsInTaskbar = True
End Sub

If you're new to macros, you may want to read David McRitchie's intro at:
http://www.mvps.org/dmcritchie/excel/getstarted.htm

bbrowers wrote:

I just recently started having the same problem. I can only see the
current file's title in the taskbar. If I open another worksheet, the
only way I can work on the first worksheet is to click window and then
choose the worksheet. I already clicked the detect and repair button
and also re-installed microsoft office. The button "group similar
taksbar buttons is not checked. Any help would be appreciated!!

:)

--
bbrowers
------------------------------------------------------------------------
bbrowers's Profile: http://www.excelforum.com/member.php...o&userid=18887
View this thread: http://www.excelforum.com/showthread...hreadid=351893


--

Dave Peterson
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
why do windows in taskbar go away j-dawg Excel Discussion (Misc queries) 1 February 16th 05 05:14 PM
Windows in taskbar keeps unchecking in share mode. crow919 Setting up and Configuration of Excel 2 January 25th 05 12:57 AM
Date issue between Windows and Macintosh version dlg1967 Excel Discussion (Misc queries) 4 January 19th 05 03:51 PM
Excel does not display multiple workbooks on the windows taskbar elg Excel Discussion (Misc queries) 1 January 1st 05 02:13 AM
Windows ME and Windows XP Function of key F2 is different jimnav Excel Worksheet Functions 2 November 21st 04 07:05 PM


All times are GMT +1. The time now is 09:12 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"