S
slickdock
I have a generic MSAccess module that starts MSWord and merges a form
file with a data file. I create the data file through a TransferText
command that stores the MSAccess record as a text delimited file.
I want my module to further handle this requirement:
If [NameOfAdditionalMacroNeeded] field from the data file is not
blank, find the macro by that name in the user’s MSWord normal.dot and
execute it at the end of the merge.
I have posted this in the Word programmers group, but they can’t help
because they say its VBA.
Can anyone help? Thank you. I'm a rookie at VBA, so please go easy on
me!
file with a data file. I create the data file through a TransferText
command that stores the MSAccess record as a text delimited file.
I want my module to further handle this requirement:
If [NameOfAdditionalMacroNeeded] field from the data file is not
blank, find the macro by that name in the user’s MSWord normal.dot and
execute it at the end of the merge.
I have posted this in the Word programmers group, but they can’t help
because they say its VBA.
Can anyone help? Thank you. I'm a rookie at VBA, so please go easy on
me!