See this page Sandy
http://www.rondebruin.nl/ribbon.htm
See the xml examples (2)
.DisplayFormulaBar = False
This is the same in 2007
--
Regards Ron de Bruin
http://www.rondebruin.nl/tips.htm
"Sandy" wrote in message ...
How can I convert the following to hide the menus and ribbon in Excel
2007?
**********
Dim Wksht As Worksheet
With Application
.DisplayFormulaBar = False
.CommandBars("Worksheet Menu Bar").Enabled = False
.CommandBars("Standard").Visible = False
.CommandBars("Formatting").Visible = False
.CommandBars("Drawing").Visible = False
End With
**********
Thanks
Sandy