Thread
:
How do I set up a macro to turn on Windows in Taskbar in Excel 200
View Single Post
#
2
Charles Maxson
Posts: n/a
David
Add the following line code to an Auto_Open or Workbook_Open event:
Application.ShowWindowsInTaskbar = True
*pretty sure that was in Office 2000, I am in 2003 so I wasn't able to
check...
--
Charles
www.officezealot.com
"David Lee - NZ" <David Lee -
wrote in message
...
I have a shared workbook in Excel 2000 that is automatically turning off
Windows in Taskbar whenver it is opened and I can't see why. Does anyone
out
there know a macro that will automatically turn on the Windows in Taskbar
option in Excel when the workbook is opened?
Thanks
David Lee
Reply With Quote