Re: Sending Attachments to recipients
From: Michael Bauer (mib00_at_t-online.de)
Date: 02/04/05
- Next message: Michael: "Re: Sending Attachments to recipients"
- Previous message: Sue Mosher [MVP-Outlook]: "Re: how do i set up a macro in Outlook 2003 to track items%3f"
- In reply to: Michael: "Re: Sending Attachments to recipients"
- Next in thread: Michael: "Re: Sending Attachments to recipients"
- Reply: Michael: "Re: Sending Attachments to recipients"
- Reply: Michael: "Re: Sending Attachments to recipients"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 4 Feb 2005 15:21:13 +0100
Hi Michael,
sorry, but I don´t understand you.
What kind of list do you mean? And when do you want to be prompted?
Did you take a look at the Scripting Runtime, as I suggested?
-- Viele Grüße Michael Bauer "Michael" <Michael@discussions.microsoft.com> wrote in message news:BA71EF47-CD17-4759-9F47-7A0FEF4C3EF6@microsoft.com... > Thanks for your answer Michael, I am trying out somethings based on your > response. > > How would I macro it to just populate a new mail with the list and then > prompt me for a file to attach. That would be quicker that what I do now. > > I was thinking that since my directory is the same name as my distribution > list I could some how piece together a way to choose the file from that? > > Eventhoug I am learning some basics I am still a total novice when it comes > to writing these pieces. > > Thanks > > Michael > > "Michael Bauer" wrote: > > > Hi Michael, > > > > the easiest way for getting the file informations would be the using of > > the FileSystemObject (Microsoft Scripting Runtime, scrrun.dll). > > > > Once, you have the newest file, you can call CreateItem for a new > > MailItem, and it´s Attachments.Add for adding the file. > > > > -- > > Viele Grüße > > Michael Bauer > > > > > > "Michael" <Michael@discussions.microsoft.com> wrote in message > > news:1C5F6179-6232-4952-B1AE-244E62429E2D@microsoft.com... > > > Is there a way to macro sending attachments to multiple recipients. I > > have > > > 14 reports that go to 14 distribution lists. Each report going to its > > own > > > distribuing list. I do this once permonth and the distribution list > > is the > > > same but the report names are different. Example > > > > > > xyz distribution list gets "c:\report\xyz\xyz report jan.xls" > > > abc distribuion list gets "c:\report\abc\abc report jan.xls" > > > > > > etc. > > > > > > The report being sent is always the most recent in the respective > > directory. > > > > > > Any suggestions are greatly appreciated > > > >
- Next message: Michael: "Re: Sending Attachments to recipients"
- Previous message: Sue Mosher [MVP-Outlook]: "Re: how do i set up a macro in Outlook 2003 to track items%3f"
- In reply to: Michael: "Re: Sending Attachments to recipients"
- Next in thread: Michael: "Re: Sending Attachments to recipients"
- Reply: Michael: "Re: Sending Attachments to recipients"
- Reply: Michael: "Re: Sending Attachments to recipients"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|