Converting contact files VCF

Gabbi

New Member
Joined
Nov 19, 2019
Messages
14
Good morning,

I have several contacts set up in Excel that need to be saved as VCF file.When I google how to do this I keep getting the message that there is no solution to importing contacts from an Excel file to another program or application because Excel file is not supported by all these platforms. To transfer Excel contacts into other platforms, I need to use a converter. Users need to convert Excel files to vCard VCF format. Is there any other way to make Excel formatted contacts into VCF files? Thanks
 

Excel Facts

Using Function Arguments with nested formulas
If writing INDEX in Func. Arguments, type MATCH(. Use the mouse to click inside MATCH in the formula bar. Dialog switches to MATCH.
Typically, I think you would save the Excel file as a CSV file, then use that in your converter.

This thread will also likely be bombarded with spam, given its nature, so will be carefully monitored!
 
Upvote 0
I don't know what the format for a VCF file is, so I can't help, I'm afraid. If you can find that out, it may be possible to code something.
 
Upvote 0
VCF Specification has various versions.

Wiki gives you the format and examples of the different versions.


Outlook as of 2013 still uses 2.1.

You can mail yourself and example from the Outlook Address book
Right-click on contact and select Properties.
Select Forward as Internet format vCard

As far as I remember only the Begin, Version and End are compulsory tags so the content depends on what is in the Excel file.
A lot of the tags will be superfluous for most uses.

Here's basic content you can add to a text file and save as a .vcf file, then double-click to view as Outlook contact

BEGIN:VCARD
VERSION:2.1
FN:Fred Bloggs
TEL;HOME;VOICE:+44 (0) 1234 123456
TEL;WORK;VOICE:+44 (0) 1314 123456
EMAIL;PREF;X-INTERNET:fred.Bloggs@gmail.com
END:VCARD

If you work out the fields you need you could write the text file(s) with a macro.
 
Upvote 0

Forum statistics

Threads
1,214,996
Messages
6,122,636
Members
449,092
Latest member
bsb1122

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top