HTFC Forums

H.T.F.C.

How To Fix Computers





Go Back   HTFC Forums > Software Newsgroups > Microsoft Office

Register FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1  
Old 04-12-2008, 10:35 AM
Dima
 
Posts: n/a
Default How to hide the status bar in Office 2007? Slow message sending.

Hello!
How to hide the status bar in Excel 2007 and in Office 2007?
Why does Outlook 2007 send message window appear in 30 seconds after sending
a small file from an Office program or choosing the send command from the
file context menu?
Sincerely,
Dima

Reply With Quote
Sponsored Links
  #2  
Old 04-12-2008, 02:32 PM
Bob Buckland ?:-\)
 
Posts: n/a
Default Re: How to hide the status bar in Office 2007? Slow message sending.

Hi Dima,

The control to turn off the status bar through the user interface in the ribboned Office apps has basically been turned off. If you
right click on the status bar you may note that there are quite a few choices of items you can have displayed there.

For the send message window there may be a delay depending on how your antivirus software, for example, works to check items you use
before it actually sends them.

=============
<<"Dima" <kopn@bk.ruDelete> wrote in message news:ufqSbCInIHA.4292@TK2MSFTNGP04.phx.gbl...
Hello!
How to hide the status bar in Excel 2007 and in Office 2007?
Why does Outlook 2007 send message window appear in 30 seconds after sending
a small file from an Office program or choosing the send command from the
file context menu?
Sincerely,
Dima >>
--

Bob Buckland ?:-)
MS Office System Products MVP

*Courtesy is not expensive and can pay big dividends*


Reply With Quote
  #3  
Old 04-12-2008, 08:38 PM
Shane Devenshire
 
Posts: n/a
Default Re: How to hide the status bar in Office 2007? Slow message sending.

Hi Dima,

The first problem is a known issue. However, you can control this with
code:

Sub ToggleStatusBar()
Application.DisplayStatusBar = Not Application.DisplayStatusBar
End Sub

Assign a shortcut key to this macro and you can toggle the status bar on and
off in 2007 or earlier versions.

Cheers,
Shane Devenshire
Microsoft Excel MVP

"Dima" <kopn@bk.ruDelete> wrote in message
news:ufqSbCInIHA.4292@TK2MSFTNGP04.phx.gbl...
> Hello!
> How to hide the status bar in Excel 2007 and in Office 2007?
> Why does Outlook 2007 send message window appear in 30 seconds after
> sending a small file from an Office program or choosing the send command
> from the file context menu?
> Sincerely,
> Dima


Reply With Quote
  #4  
Old 04-13-2008, 12:56 AM
Bob Buckland ?:-\)
 
Posts: n/a
Default Re: How to hide the status bar in Office 2007? Slow message sending.

Hi Dima,

Note that Shane's macro to hide the status bar appears to work in Excel 2007 but not in Word 2007

===========
<<"Dima" <kopn@bk.ruDelete> wrote in message news:ufqSbCInIHA.4292@TK2MSFTNGP04.phx.gbl...
Hello!
How to hide the status bar in Excel 2007 and in Office 2007?
Why does Outlook 2007 send message window appear in 30 seconds after sending
a small file from an Office program or choosing the send command from the
file context menu?
Sincerely,
Dima >>
--

Bob Buckland ?:-)
MS Office System Products MVP

*Courtesy is not expensive and can pay big dividends*


Reply With Quote
  #5  
Old 04-18-2008, 09:11 PM
Dima
 
Posts: n/a
Default Re: How to hide the status bar in Office 2007? Slow message sending.

Thanks Bob for your reply!
How to prevent the antivirus (with ...office.. in a name) interference?
Sincerely,
Dima
"Bob Buckland ?:-)" <75214.226(At Beautiful Downtown)compuserve.com> wrote
in message news:O%23MtTGKnIHA.944@TK2MSFTNGP05.phx.gbl...
> Hi Dima,
>
> The control to turn off the status bar through the user interface in the
> ribboned Office apps has basically been turned off. If you
> right click on the status bar you may note that there are quite a few
> choices of items you can have displayed there.
>
> For the send message window there may be a delay depending on how your
> antivirus software, for example, works to check items you use
> before it actually sends them.
>
> =============
> <<"Dima" <kopn@bk.ruDelete> wrote in message
> news:ufqSbCInIHA.4292@TK2MSFTNGP04.phx.gbl...
> Hello!
> How to hide the status bar in Excel 2007 and in Office 2007?
> Why does Outlook 2007 send message window appear in 30 seconds after
> sending
> a small file from an Office program or choosing the send command from the
> file context menu?
> Sincerely,
> Dima >>
> --
>
> Bob Buckland ?:-)
> MS Office System Products MVP
>
> *Courtesy is not expensive and can pay big dividends*
>
>


Reply With Quote
  #6  
Old 04-18-2008, 09:12 PM
Dima
 
Posts: n/a
Default Re: How to hide the status bar in Office 2007? Slow message sending.

Thanks Shane Devenshire for your code!
"Shane Devenshire" <shanedevenshire@sbcglobal.net> wrote in message
news:%23HN8ZTNnIHA.1680@TK2MSFTNGP06.phx.gbl...
> Hi Dima,
>
> The first problem is a known issue. However, you can control this with
> code:
>
> Sub ToggleStatusBar()
> Application.DisplayStatusBar = Not Application.DisplayStatusBar
> End Sub
>
> Assign a shortcut key to this macro and you can toggle the status bar on
> and off in 2007 or earlier versions.
>
> Cheers,
> Shane Devenshire
> Microsoft Excel MVP
>
> "Dima" <kopn@bk.ruDelete> wrote in message
> news:ufqSbCInIHA.4292@TK2MSFTNGP04.phx.gbl...
>> Hello!
>> How to hide the status bar in Excel 2007 and in Office 2007?
>> Why does Outlook 2007 send message window appear in 30 seconds after
>> sending a small file from an Office program or choosing the send command
>> from the file context menu?
>> Sincerely,
>> Dima

>


Reply With Quote
  #7  
Old 04-18-2008, 09:13 PM
Dima
 
Posts: n/a
Default Re: How to hide the status bar in Office 2007? Slow message sending.

Thanks Bob for your notice!
"Bob Buckland ?:-)" <75214.226(At Beautiful Downtown)compuserve.com> wrote
in message news:OhfdEjPnIHA.5024@TK2MSFTNGP06.phx.gbl...
> Hi Dima,
>
> Note that Shane's macro to hide the status bar appears to work in Excel
> 2007 but not in Word 2007
>
> ===========
> <<"Dima" <kopn@bk.ruDelete> wrote in message
> news:ufqSbCInIHA.4292@TK2MSFTNGP04.phx.gbl...
> Hello!
> How to hide the status bar in Excel 2007 and in Office 2007?
> Why does Outlook 2007 send message window appear in 30 seconds after
> sending
> a small file from an Office program or choosing the send command from the
> file context menu?
> Sincerely,
> Dima >>
> --
>
> Bob Buckland ?:-)
> MS Office System Products MVP
>
> *Courtesy is not expensive and can pay big dividends*
>
>


Reply With Quote
Sponsored Links
Reply


Thread Tools
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
status message in office communicator -Vivek Microsoft Office 1 04-03-2008 03:03 PM
Message deleted when sending an Office 07 attachment formidas Windows Vista 1 02-12-2008 01:58 AM
Hide Word 2007 Office Button rgracious@gmail.com Microsoft Office 3 10-17-2007 09:39 PM
Office 2007 ribbons - hide/view Larryq22 Microsoft Office 5 07-19-2007 12:32 AM
How do I easily get my Office 2003 back from 2007 trial status? JohnRMount Microsoft Office 2 05-02-2007 11:14 PM


All times are GMT. The time now is 07:39 PM.


Powered by vBulletin® Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO 3.1.0
© 2004 - 2007 Web-S-Sense Pty. Ltd. Usenet and forums posts © their respective authors.
Ad Management by RedTyger