VBA to export Contacts to Access
As has happened to many others, I cannot get the linking of an Access table to Outlook Contacts to work - Office 2010. I've have tried dozens of workarounds, to no avail.
This isn't a big deal as I can export the Contacts manually from Outlookk, albeit slightly tediously:
File . . . Options . . . Advanced . . . Export . . . Export to a file . . . choose Microsoft Access 97-2003 (that's the only Access option) . . . Select Contacts . . . specify the file/location . . . ignore the warning that the file already exists . . . Finish.
Outlook chooses to name the resulting Access table "Contacts", which is what I want.
I would, though, like to write a Macro to do this . . . the steps are precisely the same every time I do it, and I'd have fewer errors !
I know Excel VBA very well but this willl be my first venture into Outlook VBA and I don't know where to start (as there is no Macro recorder to give me clues).
Simply put, I would like to write code to Export my Outlook Contacts as an Access table to a specific file in a specific location.
Any help or pointers gratefully received.
Martin