Re: Word 2007 backward compatibility - RoutingSlips by Doug
Doug
Tue Feb 06 01:52:23 CST 2007
.HasRoutingSlip no longer appears when you type ActiveDocument. in the VBE
What does appear though is a HasMailer item, but I cannot find any
information about it anywhere. Maybe it will do what you are after.
--
Hope this helps.
Please reply to the newsgroup unless you wish to avail yourself of my
services on a paid consulting basis.
Doug Robbins - Word MVP
<r2715seattle@gmail.com> wrote in message
news:1170718010.359779.63630@j27g2000cwj.googlegroups.com...
> This code is failing at the HasRoutingSlip
> Sub HasRoutingSlip()
>
> If ActiveDocument.HasRoutingSlip = True Then
>
> End If
>
> End Sub
>
> Error 5892
> Method 'HasRoutingSlip' of object '_Document' failed
>
> I realize this is a hidden property in Word 2007, but shouldn't it
> still work? The code fails regardless if the Activedocument has a
> routing slip or not.
>