Hide "Save" and "Save as..." menu

  • Thread starter Thread starter Rui Alvares
  • Start date Start date
R

Rui Alvares

Hi!

I would like to know if is possible to hide the "Save" and "Save as..."
option menus in the "File" menu and how do that.

Thank in advance.

Rui
 
application.CommandBars(1).Controls("File").controls("Save").visible=false

application.CommandBars(1).Controls("File").controls("Save
As...").visible=false

--

HTH

Bob Phillips

(remove nothere from the email address if mailing direct)
 

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