Outlook and Google contact with VBA

S

Sauro Sgatti

Hi,
in VBA you can manage your Google contacts and synchronize them with
Outlook? I would like to handle it alone without installing third-party
plug-in.

Thanks.
 
M

Michael Bednarek

in VBA you can manage your Google contacts and synchronize them with
Outlook? I would like to handle it alone without installing third-party
plug-in.

I doubt it. VBA can only control other applications if they offer a
OCX/COM/DCOM interface; I doubt Google does that.

OTOH, I suspect Google contacts can be exported into a simple format,
e.g. CSV, and VBA code can be written to import that.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top