Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 71
Default Turn OFF Formula Bar???

Hello Everyone,

I am having all sorts of problems today. Does anybody know how to turn off
the Formula Bar with VBA such as:

Application.DisplayStatusBar = False

I tried to create a macro and copy that... but it says to set the Status Bar
= FALSE

Well, I have that inserted into my code, but it does NOT turn off the
Formula Bar. Any thoughts???
mv


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default Turn OFF Formula Bar???

Sub Macro1()
'
' Macro1 Macro
' Macro recorded 9/3/2004 by OGILVTW
'

'
Application.DisplayFormulaBar = False
Application.DisplayFormulaBar = True
End Sub

--
Regards,
Tom Ogilvy


"Michael Vaughan" wrote in message
...
Hello Everyone,

I am having all sorts of problems today. Does anybody know how to turn

off
the Formula Bar with VBA such as:

Application.DisplayStatusBar = False

I tried to create a macro and copy that... but it says to set the Status

Bar
= FALSE

Well, I have that inserted into my code, but it does NOT turn off the
Formula Bar. Any thoughts???
mv




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
How do you turn off the formula bar? wilder5 New Users to Excel 2 December 15th 09 12:15 AM
Want formula to turn to value by itself DougL Excel Discussion (Misc queries) 2 February 8th 08 01:09 PM
turn text into a formula trav2016 Excel Discussion (Misc queries) 1 October 12th 06 09:04 PM
Turn Off Formula ? WhiteHawk New Users to Excel 5 May 4th 05 11:41 PM
My formula bar disappeared. How do I turn it on? Anand Excel Discussion (Misc queries) 2 April 27th 05 05:13 AM


All times are GMT +1. The time now is 01:28 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"