WINWORD.EXE - Application Error when using Routing

  • Thread starter Marshall R. Richard
  • Start date
M

Marshall R. Richard

I'm currently trying to using the Routing Slip method to
send a word document as an attachment through email. The
Problem is, each time the code kicks off for the Routing
Slip Method it causes a "WINWORD.EXE - Application Error"
error message then shuts WORD down. Any one have a clue
as to why?
Code i am using:
Activedocument.HasRoutingSlip = True
With Activedocument.RoutingSlip
.Subject = "IT Request For Services"
.AddRecipient "(e-mail address removed)"
.Delivery = wdAllAtOnce
End With
Activedocument.Route
 

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

Top