Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
DES1944
 
Posts: n/a
Default Can't toggle (or display) formula bar

I used to have the Excel formula bar displayed, but after rebooting, it is
gone. The VIEW menu shows it checked, but I can't toggle that either.
Preferences set up to display it.
  #2   Report Post  
Posted to microsoft.public.excel.misc
VBA Noob
 
Posts: n/a
Default Can't toggle (or display) formula bar


Try the below code to see if this works


Sub Add_Formulabar()

Application.DisplayFormulaBar = True

End Sub



--
VBA Noob
------------------------------------------------------------------------
VBA Noob's Profile: http://www.excelforum.com/member.php...o&userid=33833
View this thread: http://www.excelforum.com/showthread...hreadid=537877

  #3   Report Post  
Posted to microsoft.public.excel.misc
DES1944
 
Posts: n/a
Default Can't toggle (or display) formula bar

Is that supposed to be entered in a spreadsheet?

DS

"VBA Noob" wrote:


Try the below code to see if this works


Sub Add_Formulabar()

Application.DisplayFormulaBar = True

End Sub



--
VBA Noob
------------------------------------------------------------------------
VBA Noob's Profile: http://www.excelforum.com/member.php...o&userid=33833
View this thread: http://www.excelforum.com/showthread...hreadid=537877


  #4   Report Post  
Posted to microsoft.public.excel.misc
DES1944
 
Posts: n/a
Default Can't toggle (or display) formula bar

I shut down Excel & restarted and the formula bar was there. Thanks.

ds

"VBA Noob" wrote:


Try the below code to see if this works


Sub Add_Formulabar()

Application.DisplayFormulaBar = True

End Sub



--
VBA Noob
------------------------------------------------------------------------
VBA Noob's Profile: http://www.excelforum.com/member.php...o&userid=33833
View this thread: http://www.excelforum.com/showthread...hreadid=537877


  #5   Report Post  
Posted to microsoft.public.excel.misc
TH35
 
Posts: n/a
Default Can't toggle (or display) formula bar

Hey, sorry for jumping in....

I have the same problem but do not know what to do with the code you so
kindly provided. Where does that get added?

Thanks very much for your time.

TH

"VBA Noob" wrote:


Try the below code to see if this works


Sub Add_Formulabar()

Application.DisplayFormulaBar = True

End Sub



--
VBA Noob
------------------------------------------------------------------------
VBA Noob's Profile: http://www.excelforum.com/member.php...o&userid=33833
View this thread: http://www.excelforum.com/showthread...hreadid=537877




  #6   Report Post  
Posted to microsoft.public.excel.misc
Gord Dibben
 
Posts: n/a
Default Can't toggle (or display) formula bar

Copy just the middle line of the code.

Application.DisplayFormulaBar = True

With Excel open, hit ALT + F11 to open VBE window.

ViewImmediate Window

Paste the code and hit <ENTER

ALT + Q to go back to Excel screen.

OK now?


Gord Dibben MS Excel MVP

On Wed, 28 Jun 2006 15:34:02 -0700, TH35 wrote:

Hey, sorry for jumping in....

I have the same problem but do not know what to do with the code you so
kindly provided. Where does that get added?

Thanks very much for your time.

TH

"VBA Noob" wrote:


Try the below code to see if this works


Sub Add_Formulabar()



End Sub



--
VBA Noob
------------------------------------------------------------------------
VBA Noob's Profile: http://www.excelforum.com/member.php...o&userid=33833
View this thread: http://www.excelforum.com/showthread...hreadid=537877



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
Can a formula display output to an otherwise blank cell? T.Morris-TX Excel Worksheet Functions 2 November 29th 05 12:32 PM
Formula Problem - interrupted by #VALUE! in other cells!? Ted Excel Worksheet Functions 17 November 25th 05 05:18 PM
Search and Display Formula koba Excel Discussion (Misc queries) 1 November 10th 05 12:19 AM
Is there a way to toggle cells between display of referenced data. williejoeshaver Excel Discussion (Misc queries) 3 March 11th 05 11:22 PM
display only one formula norcalchick2207 Excel Discussion (Misc queries) 1 February 4th 05 06:05 AM


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