R
Robert Crandal
This should be an easy task, but I'm not very skilled with
VBA for Word 2010:
I need VBA code that will read each and every line of a
Word document. (Empty lines containing only whitespace
characters should be ignored.) Here is an example of the
type of document I am reading:
zid100 100 East Broadway
zid120 120 North Palisade Drive
zid200 200 E. Filmore Street
etc.. etc...
When I read each line, is there a way to parse the first
token into a string variable, and put the street string in
a second different variable name?? For example, in the
first line, a variable named $MyID will store "zid100",
and a second variable named $MyStreet will store
the street address of "100 East Broadway", etc. etc...??
Thanks.
Robert
VBA for Word 2010:
I need VBA code that will read each and every line of a
Word document. (Empty lines containing only whitespace
characters should be ignored.) Here is an example of the
type of document I am reading:
zid100 100 East Broadway
zid120 120 North Palisade Drive
zid200 200 E. Filmore Street
etc.. etc...
When I read each line, is there a way to parse the first
token into a string variable, and put the street string in
a second different variable name?? For example, in the
first line, a variable named $MyID will store "zid100",
and a second variable named $MyStreet will store
the street address of "100 East Broadway", etc. etc...??
Thanks.
Robert