Thread: Open Workbooks
View Single Post
  #7   Report Post  
Posted to microsoft.public.excel.programming
Gord Dibben Gord Dibben is offline
external usenet poster
 
Posts: 22,906
Default Open Workbooks

You are still misreading.

Status Bar is not the TaskBar.

I think the only way is to AutoHide the Taskbar


Gord Dibben MS Excel MVP

On Tue, 16 Mar 2010 11:21:01 -0700, Gary Brown
wrote:

You're right, I did misread your question...

To turn the StatusBar off, give it a blank value...
Application.StatusBar = False

To put the StatusBar back to normal
Application.StatusBar = False

These would go in procedures. You asked your question in the 'Programming'
forum so I'm assuming you are a bit familiar with programming in VBA. ???