Hi. We have vcards with multiple TEL TYPEs per card like Home, Home Fax, Work, Main, Mobile etc.
When i run the script, it only ever picks up one (Home), and puts it under "Business Phone", but the others are not transferred.
Works perfectly otherwise, thanks.
Found the solution to that one after some digging in the code. It's probably too late for you, but I thought I'll post it for anyone needing it.
Find this code:
And change the last line to:
Select Case LCase(FieldType)And then it works.
Last edit: Mark from Canada 2023-11-25