bengalliboy
MIS
I need some example/code if any one has done similer to this. Thanks agian
I got a word doc that contains several things along some filed description. The looks like this:
-----------
bla bla bla
-----------
.field fieldname1 fieldlength1
.filed fieldname2 filedlength2
___________
bla bla bla
----------
Now I need to copy only the fieldnames, and fieldlengths to another file.
I suspect I can do a search of the '.field' and copy those? and later replace the 'filed' part with blank using VBA code?
Has any one done this?
I got a word doc that contains several things along some filed description. The looks like this:
-----------
bla bla bla
-----------
.field fieldname1 fieldlength1
.filed fieldname2 filedlength2
___________
bla bla bla
----------
Now I need to copy only the fieldnames, and fieldlengths to another file.
I suspect I can do a search of the '.field' and copy those? and later replace the 'filed' part with blank using VBA code?
Has any one done this?