DDE to Word

G

Geoff

Hi All

I do a mail merge from Access to Word which works fine, but once the merge
is completed I would like to launch a Word Macro from the VBA code in my
Access module. The purpose is to save the document with s specific name and
move to a specific point in the document.

How do start a Word Macro in this way?
 
L

Larry Daugherty

I'll betcha' someone in microsoft.public.word.* knows the answer to
the first part but you'll probably have to specify WHICH document you
mean.

Once you have the code worked you you'll end up placing it in a
module; form module or standard module as you decide.

HTH
 
Top