Question

I have a template with a macro that runs every time I open the .dotm file. However when I go to New and click on the template it generates the new file based on the template and with references to its code but the macro doesn't run.

What I need for the macro to do is to open a form in the template.

Was it helpful?

Solution

Take a look at this article (old but still relevant) which should help:

Basically, you need to handle the AutoNew() and possibly the AutoOpen() events in your code module.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top