K
koryklein
Hello,
I am trying to create an .msi or .exe which will install a new macro
and associated toolbar into the Normal.dot template of MS Word.
I currently have the macro and toolbar in a .dot file, with the macro
also in a .bas format.
I have been successful in creating a "install" macro within MS Word
that will install both the macro and toolbar, but it must be installed
and run within MS Word, hence the initial issue.
The soultion I have decided on is to create some sort of executable
containing the "install" macro code that installs both the toolbar and
macro.
Does anybody know how to do this? Is there a better way?
* Also, I need to enable the "Windows Script Host Object Model" in the
Visual Basic Editor under Tools --> References. Can this option be
set by a script or macro?
I am trying to create an .msi or .exe which will install a new macro
and associated toolbar into the Normal.dot template of MS Word.
I currently have the macro and toolbar in a .dot file, with the macro
also in a .bas format.
I have been successful in creating a "install" macro within MS Word
that will install both the macro and toolbar, but it must be installed
and run within MS Word, hence the initial issue.
The soultion I have decided on is to create some sort of executable
containing the "install" macro code that installs both the toolbar and
macro.
Does anybody know how to do this? Is there a better way?
* Also, I need to enable the "Windows Script Host Object Model" in the
Visual Basic Editor under Tools --> References. Can this option be
set by a script or macro?