Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Is there a way to clear the status bar message in the bottom left hand corner?
Thanks for any assistance you can provide. Betty |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
try
Application.StatusBar = False :) susan On Jun 25, 9:04*am, sk8gfast wrote: Is there a way to clear the status bar message in the bottom left hand corner? Thanks for any assistance you can provide. Betty |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Application.Statusbar = False
"sk8gfast" wrote: Is there a way to clear the status bar message in the bottom left hand corner? Thanks for any assistance you can provide. Betty |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
or Application.StatusBar = ""
"sk8gfast" wrote: Is there a way to clear the status bar message in the bottom left hand corner? Thanks for any assistance you can provide. Betty |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
You got it right with your other post. False will give control back to
Excel. "" will disable it so that Excel can't display its normal messaging. -- Tim Zych www.higherdata.com Compare data in worksheets and find differences with Workbook Compare A free, powerful, flexible Excel utility "Office_Novice" wrote in message ... or Application.StatusBar = "" "sk8gfast" wrote: Is there a way to clear the status bar message in the bottom left hand corner? Thanks for any assistance you can provide. Betty |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Hyperlink to cell and have it appear at top upper left hand corner | New Users to Excel | |||
Calculate in bottom left hand corner in Excel 2007 | Excel Discussion (Misc queries) | |||
Scroll a cell to the top left hand corner of the screen | Excel Discussion (Misc queries) | |||
No filter results in bottom left hand corner | Excel Discussion (Misc queries) | |||
How do I get the numbers to stay in the lower left hand corner? | Excel Discussion (Misc queries) |