A
AndyE
I have atemplate with New Document and Open Document events. I intend
distributing the template to allow users to create documents from it (works
fine). I also want the created documents to run the DocOpen event when they
are re-opened, but that doesn't work even if the template is installed. It
only runs when the template file is opened.
I have been trying a WithEvents class module, but that doesn't seem to run
from the child documents either. I have the class module in the template
project. Is this the right place? Can I even use this approach?
AndyE
distributing the template to allow users to create documents from it (works
fine). I also want the created documents to run the DocOpen event when they
are re-opened, but that doesn't work even if the template is installed. It
only runs when the template file is opened.
I have been trying a WithEvents class module, but that doesn't seem to run
from the child documents either. I have the class module in the template
project. Is this the right place? Can I even use this approach?
AndyE