A
Adam Bartkowski
Hi,
I have following problem: I have a small piece of VBA code, that should
insert a custom menu with one option. It works perfect, if I start DOC
document with double-click. However, when I convert it to DOT, it doesn't
work, neither when I put the file in the user Templates folder, nor in the
StartUp folder of the Office, nor even, if DOT is opened with double-click.
Adding the DOT as Add-In (Tools - Templates and Add-ins) doesn't help.
I have tried both methods I know: with Document_Open / Document_Close in
ThisDocument, as well as AutoOpen / AutoExit in a VBA-module.
I very appreciate any help,
Adam
I have following problem: I have a small piece of VBA code, that should
insert a custom menu with one option. It works perfect, if I start DOC
document with double-click. However, when I convert it to DOT, it doesn't
work, neither when I put the file in the user Templates folder, nor in the
StartUp folder of the Office, nor even, if DOT is opened with double-click.
Adding the DOT as Add-In (Tools - Templates and Add-ins) doesn't help.
I have tried both methods I know: with Document_Open / Document_Close in
ThisDocument, as well as AutoOpen / AutoExit in a VBA-module.
I very appreciate any help,
Adam