+ Reply to Thread
Results 1 to 5 of 5

Thread: Help with Creating Email

  1. #1
    Don
    Guest

    Help with Creating Email

    I have an excel 2003 workbook in which sheet A contains a report that needs
    to be emailed on a regular basis. I would like to do this in VBA, but am
    unfamiliar with the syntax to use. Email needs to show as if it was sent via
    Outlook 2003 (possibly showing up in sent folder of default email addy). Any
    help??

    Don



  2. #2
    Greg Wilson
    Guest

    RE: Help with Creating Email

    See Ron Debruin's site:

    http://www.rondebruin.nl/sendmail.htm

    Not shown in any of his examples that I am aware is that you can send to
    multiple recipients using a semicolon to concatenate the different addresses,
    e.g.:

    With OutMail
    ..To = "bob.smith@abcde.com";"bill.jones@abcde.com"
    ..CC = ....
    etc.

    Regards,
    Greg


    "Don" wrote:

    > I have an excel 2003 workbook in which sheet A contains a report that needs
    > to be emailed on a regular basis. I would like to do this in VBA, but am
    > unfamiliar with the syntax to use. Email needs to show as if it was sent via
    > Outlook 2003 (possibly showing up in sent folder of default email addy). Any
    > help??
    >
    > Don
    >
    >
    >


  3. #3
    Don
    Guest

    Re: Help with Creating Email

    Thanks alot!

    Don

    "Greg Wilson" <GregWilson@discussions.microsoft.com> wrote in message
    news:1A7DF001-6C7D-45AA-8046-F7489B22D5A7@microsoft.com...
    > See Ron Debruin's site:
    >
    > http://www.rondebruin.nl/sendmail.htm
    >
    > Not shown in any of his examples that I am aware is that you can send to
    > multiple recipients using a semicolon to concatenate the different
    > addresses,
    > e.g.:
    >
    > With OutMail
    > .To = "bob.smith@abcde.com";"bill.jones@abcde.com"
    > .CC = ....
    > etc.
    >
    > Regards,
    > Greg
    >
    >
    > "Don" wrote:
    >
    >> I have an excel 2003 workbook in which sheet A contains a report that
    >> needs
    >> to be emailed on a regular basis. I would like to do this in VBA, but am
    >> unfamiliar with the syntax to use. Email needs to show as if it was sent
    >> via
    >> Outlook 2003 (possibly showing up in sent folder of default email addy).
    >> Any
    >> help??
    >>
    >> Don
    >>
    >>
    >>




  4. #4
    Ron de Bruin
    Guest

    Re: Help with Creating Email

    >> Not shown in any of his examples that I am aware
    Click on the Tip link on each example page Greg

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



    "Greg Wilson" <GregWilson@discussions.microsoft.com> wrote in message news:1A7DF001-6C7D-45AA-8046-F7489B22D5A7@microsoft.com...
    > See Ron Debruin's site:
    >
    > http://www.rondebruin.nl/sendmail.htm
    >
    > Not shown in any of his examples that I am aware is that you can send to
    > multiple recipients using a semicolon to concatenate the different addresses,
    > e.g.:
    >
    > With OutMail
    > .To = "bob.smith@abcde.com";"bill.jones@abcde.com"
    > .CC = ....
    > etc.
    >
    > Regards,
    > Greg
    >
    >
    > "Don" wrote:
    >
    >> I have an excel 2003 workbook in which sheet A contains a report that needs
    >> to be emailed on a regular basis. I would like to do this in VBA, but am
    >> unfamiliar with the syntax to use. Email needs to show as if it was sent via
    >> Outlook 2003 (possibly showing up in sent folder of default email addy). Any
    >> help??
    >>
    >> Don
    >>
    >>
    >>




  5. #5
    Greg Wilson
    Guest

    Re: Help with Creating Email

    Thank Ron not me. Correction to my post:
    With OutMail
    ..To = "bob.smith@abcde.com;bill.jones@abcde.com"
    ..CC = ....
    etc.

    Greg


    "Don" wrote:

    > Thanks alot!
    >
    > Don
    >
    > "Greg Wilson" <GregWilson@discussions.microsoft.com> wrote in message
    > news:1A7DF001-6C7D-45AA-8046-F7489B22D5A7@microsoft.com...
    > > See Ron Debruin's site:
    > >
    > > http://www.rondebruin.nl/sendmail.htm
    > >
    > > Not shown in any of his examples that I am aware is that you can send to
    > > multiple recipients using a semicolon to concatenate the different
    > > addresses,
    > > e.g.:
    > >
    > > With OutMail
    > > .To = "bob.smith@abcde.com";"bill.jones@abcde.com"
    > > .CC = ....
    > > etc.
    > >
    > > Regards,
    > > Greg
    > >
    > >
    > > "Don" wrote:
    > >
    > >> I have an excel 2003 workbook in which sheet A contains a report that
    > >> needs
    > >> to be emailed on a regular basis. I would like to do this in VBA, but am
    > >> unfamiliar with the syntax to use. Email needs to show as if it was sent
    > >> via
    > >> Outlook 2003 (possibly showing up in sent folder of default email addy).
    > >> Any
    > >> help??
    > >>
    > >> Don
    > >>
    > >>
    > >>

    >
    >
    >


+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.2.0