C
Corey McCord
When using RunAddon("ThisDocument.A")
Sub A()
MsgBox "A"
End Sub
I have no problem but... Is there a way to call a sub from say an open
stencil.
I tried the same Sub A() code in a stencil and tried calling it with
RunAddon("StencilName.ThisDocument.A")
I get an 424 "Object Requried" Error.
Anyone know how I can do this or is it not possible.
Thanks,
Corey
Sub A()
MsgBox "A"
End Sub
I have no problem but... Is there a way to call a sub from say an open
stencil.
I tried the same Sub A() code in a stencil and tried calling it with
RunAddon("StencilName.ThisDocument.A")
I get an 424 "Object Requried" Error.
Anyone know how I can do this or is it not possible.
Thanks,
Corey