Document with Routing Slip

S

Seb

I'm tying to open a doc that has a routing slip in it and
when I close it Word asks if I want to route it. How can
I stop this message from appearing??? Is there a
property I can set?
 
D

Doug Robbins - Word MVP

Hi Seb,

Run the following code on the document

ActiveDocument.HasRoutingSlip = False

Please post any further questions or followup to the newsgroups for the
benefit of others who may be interested. Unsolicited questions forwarded
directly to me will only be answered on a paid consulting basis.

Hope this helps
Doug Robbins - Word MVP
 
S

Seb

I need to resave the document with the routing slip still
in. Doesn't ActiveDocument.HasRoutingSlip = False
remove the slip?
 
Top