(Msg. 1) Posted: Thu Aug 28, 2008 2:26 pm
Post subject: Automatically email an Excel file to a Distribution List Archived from groups: microsoft>public>outlook>program_vba (more info?)
I have no experience with setting something up in Outlook to automatically
send files. To clarify, this is what I would like to do;
Three time a week send out an Excel spreadsheet in an attachment to an email
distribution list I have created. The Excel spreadsheet is updated several
times a day, therefore it isn't a file that contains static information.
Is there a way of accomplishing this through Outlook?
(Msg. 2) Posted: Fri Aug 29, 2008 7:29 am
Post subject: RE: Automatically email an Excel file to a Distribution List [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
"Claire" wrote:
> I have no experience with setting something up in Outlook to automatically
> send files. To clarify, this is what I would like to do;
>
> Three time a week send out an Excel spreadsheet in an attachment to an email
> distribution list I have created. The Excel spreadsheet is updated several
> times a day, therefore it isn't a file that contains static information.
>
> Is there a way of accomplishing this through Outlook?
>
> I would greatly appreciate your help.
>
> Thank you,
This is an example of a simple function
Sub SendExcelReport()
Application.Dialogs(xlDialogSendMail).Show
End Sub
You must to pu it in your Macro Peronal Book, or in the file that you want
to send.
All times are: Eastern Time (US & Canada) (change)
Page 1 of 1
You can post new topics in this forum You can reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum