Z
zSplash
Tried posting this to another NG several days ago with no response.
Hopefully someone can help...
My addin is installed and checked in the document. I have a sub from the
addin in the document_new event that is supposed to run, but since an error
is occurring since the reference to the addin is not "checked" in the
references in the VBE. I have unsuccessfully tried running the following
code to "check" in references:
ActiveDocument.VBProject.References.AddFromFile ("g:\MyAddin.dot")
How can I make sure the reference to the addin is checked? (I have already
already tried putting a shortcut to the addin in the startup folder, and
that didn't do it).
Help, please.
TIA
Hopefully someone can help...
My addin is installed and checked in the document. I have a sub from the
addin in the document_new event that is supposed to run, but since an error
is occurring since the reference to the addin is not "checked" in the
references in the VBE. I have unsuccessfully tried running the following
code to "check" in references:
ActiveDocument.VBProject.References.AddFromFile ("g:\MyAddin.dot")
How can I make sure the reference to the addin is checked? (I have already
already tried putting a shortcut to the addin in the startup folder, and
that didn't do it).
Help, please.
TIA