ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   hide formula bar (and menu bar etc) (https://www.excelbanter.com/excel-programming/406047-hide-formula-bar-menu-bar-etc.html)

pswanie

hide formula bar (and menu bar etc)
 
what would i add to hede the formula bar?

i tried to use

Application.CommandBars("worksheet formula bar").Enabled = False

but get a error

this is what i got under workbook open

Application.CommandBars("worksheet menu bar").Enabled = False
Application.CommandBars("standard").Enabled = False
Application.CommandBars("formatting").Enabled = False
Application.CommandBars("drawing").Enabled = False


Dave Peterson

hide formula bar (and menu bar etc)
 
Application.DisplayFormulaBar = False

pswanie wrote:

what would i add to hede the formula bar?

i tried to use

Application.CommandBars("worksheet formula bar").Enabled = False

but get a error

this is what i got under workbook open

Application.CommandBars("worksheet menu bar").Enabled = False
Application.CommandBars("standard").Enabled = False
Application.CommandBars("formatting").Enabled = False
Application.CommandBars("drawing").Enabled = False


--

Dave Peterson

pswanie

hide formula bar (and menu bar etc)
 
thanx dave

"pswanie" wrote:

what would i add to hede the formula bar?

i tried to use

Application.CommandBars("worksheet formula bar").Enabled = False

but get a error

this is what i got under workbook open

Application.CommandBars("worksheet menu bar").Enabled = False
Application.CommandBars("standard").Enabled = False
Application.CommandBars("formatting").Enabled = False
Application.CommandBars("drawing").Enabled = False



All times are GMT +1. The time now is 04:42 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com