R
richardconers
I have a set of .vcf files in a regular folder on my hard drive. I
want to read the information on the vcf file to put it into my Access
database (I have all of the commands I need in Access for processing
the information the way I want it and how to have Access get a hold of
the Outlook application).
Let's say the file's full name is "C:\Joe_Schnmoe.vcf"
I need to be able to "retrieve" the vcf file for processing. If I
manually open the vcf file it will be a ContactItem object and I know
how to use GetInspector to get the information I want. I don't know
how to use VBA to get the vcf file to the point where I can use
GetInspector to retrieve the information. [I see the fileSystemObject
code in VBA Help, but that code doesn't make it clear how to actually
read the information in the file either].
Any thoughts on how to do this, or is there a better way to "read" the
information in the file?
THANK YOU VERY MUCH!!!!!
want to read the information on the vcf file to put it into my Access
database (I have all of the commands I need in Access for processing
the information the way I want it and how to have Access get a hold of
the Outlook application).
Let's say the file's full name is "C:\Joe_Schnmoe.vcf"
I need to be able to "retrieve" the vcf file for processing. If I
manually open the vcf file it will be a ContactItem object and I know
how to use GetInspector to get the information I want. I don't know
how to use VBA to get the vcf file to the point where I can use
GetInspector to retrieve the information. [I see the fileSystemObject
code in VBA Help, but that code doesn't make it clear how to actually
read the information in the file either].
Any thoughts on how to do this, or is there a better way to "read" the
information in the file?
THANK YOU VERY MUCH!!!!!