Calling a Word Macro from Access

  • Thread starter Thread starter Curt
  • Start date Start date
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top