Menu sets is not storing in the current document?Why?

P

Prasath

Thanks for any advice or clues regarding this.

If u add some custom menusets in the
active document and
then save and close the document.
If u reopen the saved document
the added custom menusets is not appearing. Why?
 
J

junethesecond

May be, the difference between,
ThisDocument.SetCustomMenus vsoUIObject
and
Application.SetCustomMenus vsoUIObject
 
J

junethesecond

Or better way may be remake menuset
when the drawing opens by a macro
in ThisDocument like,
Private Sub Document_DocumentOpened _
(ByVal doc As IVDocument)
MenuSets_Example
End Sub

"MenuSets_Example" is the sample macro
in the help document for "MenuSets property".
 

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

Top