Routing Slip FileName

P

PBC

Is there a way to extend the number of characters Word uses to title a
routing slip? The files I'm routing have filenames longer than 20
characters. The routed files are automatically titled with a maximum length
of 8 characters.

The code I'm using is the same as in the help file:
ActiveDocument.HasRoutingSlip = True
With ActiveDocument.RoutingSlip
.Subject = "Enter subject here"
.AddRecipient "Recipient E-mail here"
.Message = "Enter message here"
.Delivery = wdOneAfterAnother
End With
ActiveDocument.Route

Any help would be gladly appreciated. Thanks.
PBC
 
P

Perry

I presume with the solution provided in the other thread (regarding
SendMailAttach)
this one is also answered ??
Kindly confirm.

Krgrds,
Perry
 

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