View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
John Michl John Michl is offline
external usenet poster
 
Posts: 81
Default Formatting e-mail generated by Excel

I'd be interested in this as well. I did something similar a few weeks
ago. For a formatted a Word document then saved it in HTML format. In
the VBA code instead of using .Body and attaching a text file, I used
..HTMLBody and it worked great.

- John