Convert Early Binding VBA to Late Binding VBA : Excel to Outlook Contacts
问题 Each employee gets an updated contact list. I'm creating a macro in Excel that will delete all outlook contacts, then import all the contacts on that sheet into their main outlook contacts. Not all users are on the same outlook version, so I can't use Early Binding methods since the Outlook OBJ Library cannot be referenced between versions. I managed to get my delete loop into late binding easily, but I'm having trouble getting the import code to work in late binding. Here is the working