Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() 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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Can a formula display output to an otherwise blank cell? | Excel Worksheet Functions | |||
Formula Problem - interrupted by #VALUE! in other cells!? | Excel Worksheet Functions | |||
Search and Display Formula | Excel Discussion (Misc queries) | |||
Is there a way to toggle cells between display of referenced data. | Excel Discussion (Misc queries) | |||
display only one formula | Excel Discussion (Misc queries) |