Hi Bear,
I'd say, you didn't get an answer,
as nobody was able to make out what you want.
>I have a Word-template, in which I would like to fill Custom
>Properties entries from a CSV-file through a VBA-macro. How should I
>do this? I use Word 2000. The file is the layout:
>"field1txt","field2txt","field3txt", etc.
>I would like to fill these fields in Custom Properties, named:
>Field1,Field2,Field3, etc.
Do you have the custom properties already?
Or do you want to create properties on the fly?
How many are they? Hundreds?
Then all is ill conceived.
Can you open an csv-file
and read its contents into variables or into an array?
What are the contents of the csv-file?
Do the fields contain commas or quotation marks
or expressions like 3/4"-pipe?
>Then you'd need to convert the string
>into the property name, maybe using the Mid function.
That means you want to create
as many custom document properties as there are fields
in your csv-file?
See above:
>I would like to fill Custom
>Properties entries from a CSV-file
That means you want to fill existing custom document properties!
Makes no sense to nobody, it seems.

Signature
Greetings from Bavaria, Germany
Helmut Weber, MVP WordVBA
Win XP, Office 2003
"red.sys" & Chr$(64) & "t-online.de"
Bear - 04 Jan 2006 21:26 GMT
Helmut:
Just to keep you straight, I was not asking this question. I was trying to
give some general guidance to Windoos.
But I agree, his request is a little too broad.
Bear
Helmut Weber - 04 Jan 2006 21:38 GMT
Hi Bear,
sorry. :-)
It comes from same people posting under different names, sometimes.
Helmut Weber