Re: excel data to outlook

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



You could also try:

ActiveWorkbook.HasRoutingSlip = True
With ActiveWorkbook.RoutingSlip
.Recipients = "[email address here]"
.Subject = "[Insert sbject here]"
.Message = "[Insert the text string here]"
.Delivery = xlAllAtOnce
.ReturnWhenDone = False
.TrackStatus = False
End With
ActiveWorkbook.Route

.



Relevant Pages

  • Re: Mail Routing
    ... > .Delivery = xlOneAfterAnother ... > .ReturnWhenDone = True ... > .TrackStatus = True ...
    (microsoft.public.excel.programming)
  • Mail Routing
    ... .Delivery = xlOneAfterAnother ... .ReturnWhenDone = True ... .TrackStatus = True ...
    (microsoft.public.excel.programming)