save as problem

  • Thread starter Thread starter kari
  • Start date Start date
K

kari

I cant save my excel file
The "save as" option is not eviable. Whats happening?
 
"From a prior post by Ron DeBruin,

You can reset your menubar to default.

Right click menubar. Customize > Toolbars Tab. Select worksheet
menubar. Click Reset button.

Using VBA Application :
CommandBars(""Worksheet menu bar"").Controls(""File"").Reset

Or the whole menubar
Application.CommandBars(1).Reset
You lost the things you add to the menubar!!"

==========================================================
And one link that offers some suggestions.

http://groups.google.com/groups?hl=...oe=UTF-8&safe=off&th=cb9332b6747b0d39&rnum=13

HTH
Paul
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top