T
TOM
I am experienced in VB and have Word2003 on XP Pro.
My MailMerge form has a datasource and works fine when
merging and presenting data.
I have a Class Module (Class1) in my Form with the code:
Public WithEvents MailMergeApp As Word.Application
In the Document_Open event of the 'ThisDocument' module
of my Form I have:
Dim X As New Class1
Set X.MailMergeApp = Word.Application
This code definitely executes.
However the code in MailMergeApp events does not execute.
The code is in my Class1 module.
My MailMerge form has a datasource and works fine when
merging and presenting data.
I have a Class Module (Class1) in my Form with the code:
Public WithEvents MailMergeApp As Word.Application
In the Document_Open event of the 'ThisDocument' module
of my Form I have:
Dim X As New Class1
Set X.MailMergeApp = Word.Application
This code definitely executes.
However the code in MailMergeApp events does not execute.
The code is in my Class1 module.