M
Mario Batz
Hallo,
i created a template in word 2007 with ribbons. My ribbon-tab have buttons,
gallery, ...all works fine. I create a document and save it, all fine.
If i open the document, then application display 2x my ribbon-tab! I opend
the document from a "makro save" folder.
If i open the document from an other folder, net-drive, ... the application
display an alert with "the makro dont found or deactivated...". And now Word
show a ribbon with no labels and a ribbon with dummy-text.
In my template i have a dictionary-object with all labels, keytips, ... The
Sub-getLabel fetch all infos from the dictionary-object.
in my template i have 2 events:
---
Private Sub Document_New()
Call setPersonaldaten
End Sub
Private Sub Document_Open()
Call init
End Sub
---
the sub "init" fill the dictionary and other stuff.
why display word my ribbon-tab twice?
thx for all infos
Mario Batz
i created a template in word 2007 with ribbons. My ribbon-tab have buttons,
gallery, ...all works fine. I create a document and save it, all fine.
If i open the document, then application display 2x my ribbon-tab! I opend
the document from a "makro save" folder.
If i open the document from an other folder, net-drive, ... the application
display an alert with "the makro dont found or deactivated...". And now Word
show a ribbon with no labels and a ribbon with dummy-text.
In my template i have a dictionary-object with all labels, keytips, ... The
Sub-getLabel fetch all infos from the dictionary-object.
in my template i have 2 events:
---
Private Sub Document_New()
Call setPersonaldaten
End Sub
Private Sub Document_Open()
Call init
End Sub
---
the sub "init" fill the dictionary and other stuff.
why display word my ribbon-tab twice?
thx for all infos
Mario Batz