Results 1 to 17 of 17

Thread: [Resolved] Export addresses from Excel to Outlook

Threaded View

  1. #1

    Thread Starter
    Member
    Join Date
    Nov 2004
    Posts
    48

    Resolved [Resolved] Export addresses from Excel to Outlook

    Im writing a small function in VBA in Excell to create an Address book in Outlook 2003 from the list of staff names & addresses in an Excell spreadsheet.

    It needs to be done this way as the software in use to store the staff details can only output to a .csv file.

    Im thinking i have to do somthing along the lines of:

    VB Code:
    1. Dim oApp As Outlook.Application
    2. Dim oAddress As Outlook.AddressList 'Is this correct?
    3.  
    4. Set oApp = New Outlook.Application
    5. Set oAddress = 'Not entirely sure of how to assign this

    And then read through each line of the spreadsheet creating entries?
    Last edited by c03cg; Mar 7th, 2006 at 11:03 AM. Reason: [Resolved]

Posting Permissions

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



Click Here to Expand Forum to Full Width