I have a handheld scanner which can read vCards. To use it with Excel, I connect the scanner, open Excel and scan vCards with no configuration. When I do this, Excel puts the data all over the place (spread across columns and rows) in plain text format, like this:
BEGIN:VCARD;VERSION:3.0;N:doe;john;ORG:company;TITLE:Sir;TEL;TYPE=HOME,VOICE:111111;EMAIL;TYPE=PREF,INTERNET:l@xx.com;REV:20080424T195243Z;END:VCARD.
How can I get Excel to interpret the vCard properties and put them into columns?