A
albycindy
Why won't this work....no problem but everytime i try to click associated
button, Word comes up with an error and closes down!!!
Private Sub CommandButton1_Click()
ActiveDocument.HasRoutingSlip = True
With ActiveDocument.RoutingSlip
.Subject = "Request for Claim"
.AddRecipient ("Cindy Van Dongen")
.AddRecipient ("Cindy Van Dongen")
.Message = "Hi - this is another test."
.Delivery = wdAllAtOnce
End With
ActiveDocument.Route
End Sub
button, Word comes up with an error and closes down!!!
Private Sub CommandButton1_Click()
ActiveDocument.HasRoutingSlip = True
With ActiveDocument.RoutingSlip
.Subject = "Request for Claim"
.AddRecipient ("Cindy Van Dongen")
.AddRecipient ("Cindy Van Dongen")
.Message = "Hi - this is another test."
.Delivery = wdAllAtOnce
End With
ActiveDocument.Route
End Sub