Thread: Routing / email
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Ron de Bruin Ron de Bruin is offline
external usenet poster
 
Posts: 11,123
Default Routing / email

Hi Adrian

Do you have also a problem if you try this macro

Sub Mail_workbook_1()
ActiveWorkbook.SendMail ", _
"This is the Subject line"
End Sub


If you do try this first
http://www.rondebruin.nl/mail/problems.htm



--
Regards Ron de Bruin
http://www.rondebruin.nl


"Adrian" wrote in message ...
Whenever I try to set the "HasRoutingSlip" property of a workbook to True,
Excel2000 complains that it cannot do it, without explanation. If I put the
appropriate command into a VBA macro, the macro fails at that command.

Any ideas why?