Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,071
Default Eliminate Taskbar updates

Excel 2007 Win 7 64-bit
I don't know if "Taskbar" is the proper term. I mean the bar at the bottom
of the screen that displays the icons and names of all open files.
I have some code that opens multiple files, one at a time, copies/pastes,
and closes the files. I set ScreenUpdating so that nothing is jumping on
the main screen. However, the "taskbar" is, of course, jumping around. Is
there a way to freeze that bar by code? Thanks for your time. Otto

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 395
Default Eliminate Taskbar updates

Try the following;

Check the code and comment out any lines that start with
Application.statusbar = [something]

At the top of you code, add:
Application.statusbar = " "
At the end of your code, add:
Application.statusbar = False

Note: if your code errors out or does not complete for any reason, your
statusbar will remain blank until you provide the application.statusbar =
False either through the immediate window, or a separate short sub just for
this purpose (or closing and re-opening excel)

This is how I deal with the situation I think you are describing in
Excel2003, and would expect it to work the same way in 2007.

HTH,
Keith

"Otto Moehrbach" wrote:

Excel 2007 Win 7 64-bit
I don't know if "Taskbar" is the proper term. I mean the bar at the bottom
of the screen that displays the icons and names of all open files.
I have some code that opens multiple files, one at a time, copies/pastes,
and closes the files. I set ScreenUpdating so that nothing is jumping on
the main screen. However, the "taskbar" is, of course, jumping around. Is
there a way to freeze that bar by code? Thanks for your time. Otto

.

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5,600
Default Eliminate Taskbar updates

You shouldn't really see anything jumping around in the task bar.
Or, maybe look at this (in XL97-2003)

Tools, Options, View, Windows in taskbar - uncheck

search help for similar in xl2007

Regards,
Peter T


"Otto Moehrbach" wrote in message
...
Excel 2007 Win 7 64-bit
I don't know if "Taskbar" is the proper term. I mean the bar at the
bottom of the screen that displays the icons and names of all open files.
I have some code that opens multiple files, one at a time, copies/pastes,
and closes the files. I set ScreenUpdating so that nothing is jumping on
the main screen. However, the "taskbar" is, of course, jumping around.
Is there a way to freeze that bar by code? Thanks for your time. Otto



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
Taskbar aftamath77 Excel Discussion (Misc queries) 0 November 21st 08 06:47 PM
Taskbar and applications Geoff Excel Programming 20 June 25th 07 01:05 AM
Taskbar settings Bruce D Excel Discussion (Misc queries) 3 March 20th 07 03:01 AM
taskbar herbzee Excel Discussion (Misc queries) 2 March 20th 06 02:49 PM
Excel taskbar Orion[_2_] Excel Programming 1 December 9th 04 02:43 PM


All times are GMT +1. The time now is 09:23 AM.

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"