M
mikeFin
Hello!
As in my previous post some days ago, I have again a problem, having some
VBA-code running correctly when it is in a stencil (it works well when it is
in the "ThisDocument" of the Document, but not when in the ThisDocument of
the stencil).
Here is the code:
- - -
Private Sub Document_PageAdded(ByVal Page As IVPage)
MsgBox "myText"
End Sub
- - -
Thanks in advance!
Nicolas
As in my previous post some days ago, I have again a problem, having some
VBA-code running correctly when it is in a stencil (it works well when it is
in the "ThisDocument" of the Document, but not when in the ThisDocument of
the stencil).
Here is the code:
- - -
Private Sub Document_PageAdded(ByVal Page As IVPage)
MsgBox "myText"
End Sub
- - -
Thanks in advance!
Nicolas