P
PoK
iam trying to send a word97 document through grouwpsie 5.5
here is the code:
Documents("5_7_injury.doc").HasRoutingSlip = True
With Documents("5_7_injury.doc").RoutingSlip
.Subject = "Injury Notification Report "
.AddRecipient Recipient:="user"
.Delivery = wdAllAtOnce
End With
Documents("5_7_injury.doc").Route
and also tried this way:
ActiveDocument.HasRoutingSlip = True
With ActiveDocument.RoutingSlip
.Subject = "ATTENTION : Injury Notification Report"
.Message = "Here is a copy of the Injury Report Form"
.AddRecipient "user"
.Delivery = wdAllAtOnce
End With
ActiveDocument.Route
both ways i get a word error and word closes on me.
error: Winword.exe has generated erros and will be closed blah blah
blah
anyone know why this might happen.
once in say 15 to 20 tries it will go through normally and work
great.(ie:click button on word page and it goes through without any
windows popping up or what not.)
groupwise 5.5
winnt 4.0
any help will be greatly appreciated.
here is the code:
Documents("5_7_injury.doc").HasRoutingSlip = True
With Documents("5_7_injury.doc").RoutingSlip
.Subject = "Injury Notification Report "
.AddRecipient Recipient:="user"
.Delivery = wdAllAtOnce
End With
Documents("5_7_injury.doc").Route
and also tried this way:
ActiveDocument.HasRoutingSlip = True
With ActiveDocument.RoutingSlip
.Subject = "ATTENTION : Injury Notification Report"
.Message = "Here is a copy of the Injury Report Form"
.AddRecipient "user"
.Delivery = wdAllAtOnce
End With
ActiveDocument.Route
both ways i get a word error and word closes on me.
error: Winword.exe has generated erros and will be closed blah blah
blah
anyone know why this might happen.
once in say 15 to 20 tries it will go through normally and work
great.(ie:click button on word page and it goes through without any
windows popping up or what not.)
groupwise 5.5
winnt 4.0
any help will be greatly appreciated.