Workbook_Open

E

Eric Marple

Can anybody guide me to a place that will tell me all the
different properties I can use in Workbook_Open like
ByVal SaveAsUI to disable prettymuch everything in the
toolbar except for a few selected controls?
 
V

Vasant Nanavati

Sorry, there's no such place.

Also, the SaveAsUI parameter relates to the BeforeSave event and not the
Open event. It does not disable any of the standard toolbar buttons,
although setting it to False has the effect of making the File | Save As
menu command inoperative.

Perhaps you need to do a little homework and post a more specific question
.... :)
 
G

Guest

What about how many and all the before events. Is there a
before event for every toolbar button? I'm new at this.
 
Top