Z
zSplash
Within my template (a workgroup template: "Workgroup.dot"), I have a module
named "Module1" with a sub called "MySub". From the code within the working
document ("MyDoc"), I get an error at the following code:
ActiveDocument.FormFields(4).ExitMacro = "MySub"
The error is: Run-time error '4120', bad parameter.
I have tried: ActiveDocument.Formfields(4).ExitMacro = "Module1.MySub" and
made sure there was reference to the workgroup template, but still get the
same error.
Help!??
TIA
named "Module1" with a sub called "MySub". From the code within the working
document ("MyDoc"), I get an error at the following code:
ActiveDocument.FormFields(4).ExitMacro = "MySub"
The error is: Run-time error '4120', bad parameter.
I have tried: ActiveDocument.Formfields(4).ExitMacro = "Module1.MySub" and
made sure there was reference to the workgroup template, but still get the
same error.
Help!??
TIA