Hello!

I have an add-in (written in vs 2003) that changes the default template (normal.dot) to a custom one (start.dot) when Word starts. The problem is that the macro in start.dot isnt triggered. Is there a way to force it to trigger?

code:

doc.AttachedTemplate = strPath

thanx!

/Dave