Calling a Word Macro from Access

C

Curt

Does anyone know how to call a Word document Macro from
Access. I am trying to auto send an attachment from
Access.

The Macro is

Public Sub Send()
Options.SendMailAttach = True
ActiveDocument.SendMail
End Sub


Thanks for advice
 
Top