Standard/Formating Toolbar
Open excel
hit alt-f11 to get to the VBE
hit ctrl-g to get to the immediate window
type this and hit enter:
application.CommandBars("standard").Enabled = true
Then type this and hit enter:
application.CommandBars("Formatting").Enabled = true
Then back to excel. If you don't see the toolbars, then tools|Customize and
select them.
jkesl wrote:
My standard and formating toolbar is gone. I went to view,toolbars to select
it and its not an option there anymore. What happened? How can I get the
standart and formating toolbar back?
--
Dave Peterson
|