Hide/Disable Tool bar

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

How do I hide the tool bar from the user? That is, I do not want the user
to have any access to the Excel tool bar except to close the file.

Thanks
 
Loop through the commandbars collection and set the visible property to
false, except for the first two. For those, set the enable property to
false.
 

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