Results 1 to 16 of 16

Thread: Added (jobs): Automating Emails from Excel

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #13
    VBAX Regular
    Joined
    Jun 2004
    Posts
    12
    Location
    that took care of the error. But no mail was sent
    I have the word Email in A1 and the word Names in B1.
    I have email address in A2 and A3.
    Names are in B2 and B3.
    and in ThisWorkBook i pasted in

    '
    Set up the Outlook objects.
    Dim objOutlook As Outlook.Application 
    Dim objOutlookMsg As Outlook.MailItem 
    Dim objOutlookRecip As Outlook.Recipient 
    Dim objOutlookAttach As Outlook.Attachment 
    'Declare our global variables to be used in each subroutine.
    Dim CustomerAddress As String 
    Dim CustomerMessage As String

    is this write ?????
    Last edited by Anne Troy; 06-11-2004 at 01:47 PM.

Posting Permissions

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