R
r2715seattle
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.
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.