<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body><span class="vcard"><a class="email" href="mailto:jluth@mail.com" title="Justin L <jluth@mail.com>"> <span class="fn">Justin L</span></a>
</span> changed
          <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED WONTFIX - VBA to export Outlook 2010 Contacts to Spreadsheet using VBA with Windows operating system and Outlook installed"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=103456">bug 103456</a>
          <br>
             <table border="1" cellspacing="0" cellpadding="8">
          <tr>
            <th>What</th>
            <th>Removed</th>
            <th>Added</th>
          </tr>

         <tr>
           <td style="text-align:right;">Status</td>
           <td>UNCONFIRMED
           </td>
           <td>RESOLVED
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">Resolution</td>
           <td>---
           </td>
           <td>WONTFIX
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED WONTFIX - VBA to export Outlook 2010 Contacts to Spreadsheet using VBA with Windows operating system and Outlook installed"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=103456#c2">Comment # 2</a>
              on <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED WONTFIX - VBA to export Outlook 2010 Contacts to Spreadsheet using VBA with Windows operating system and Outlook installed"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=103456">bug 103456</a>
              from <span class="vcard"><a class="email" href="mailto:jluth@mail.com" title="Justin L <jluth@mail.com>"> <span class="fn">Justin L</span></a>
</span></b>
        <pre>I'd think it is extremely safe to say that we will never support this.  The
macro is obviously extremely tied to Microsoft's internal Outlook API.

'Variables for importing data from Outlook
Dim olApp As New Outlook.Application
Dim olNS As Outlook.NameSpace
Dim olPST As Outlook.MAPIFolder
Dim olFolder As Outlook.MAPIFolder
Dim olItems As Outlook.Items

'------------------------
'Import data from Outlook
'------------------------

    Set olNS = olApp.GetNamespace("MAPI")

 ...</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>