View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
mrice[_2_] mrice[_2_] is offline
external usenet poster
 
Posts: 3
Default Simple Print Macros



"Hank Youngerman" wrote:

I would like to write a simple macro that would open and print all the
emails in a folder. How do I write and execute it? Seems like it
should be simple.

I think it will be something like:

Select folder
For each mailitem in
mailitem.open
mailitem.print
next mailitem

But I don't know the exact syntax.

Thanks in advance.