Outlook and Google contact with VBA

  • Thread starter Thread starter Sauro Sgatti
  • Start date Start date
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.
 
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.
 
Back
Top