L
Lydia
Hi,
I am importing data stored as text string file in an excel file. I have
trouble retrieving this field: "COVERAGE CODE ""E"", EMISSIONS WARRANTY
CVERED TO 100,026 MILES ACCORDING TO VIS AND SI", This is a whole string and
supposed to go into one field.
When my procedure finds " at the beginning of the string, I will try to find
", as the ending postion of the string. However in this case, it searches
until ""E"", Is there a way to make sure I can find all the way through the
end of the string, which is SI", ?
I construct my search string as strQuoteComma=chr$(34) & chr$(44)
Is there a way that I can construct the search string so that only either a
letter or a digit together with ", is found?
Thanks.
Lydia
I am importing data stored as text string file in an excel file. I have
trouble retrieving this field: "COVERAGE CODE ""E"", EMISSIONS WARRANTY
CVERED TO 100,026 MILES ACCORDING TO VIS AND SI", This is a whole string and
supposed to go into one field.
When my procedure finds " at the beginning of the string, I will try to find
", as the ending postion of the string. However in this case, it searches
until ""E"", Is there a way to make sure I can find all the way through the
end of the string, which is SI", ?
I construct my search string as strQuoteComma=chr$(34) & chr$(44)
Is there a way that I can construct the search string so that only either a
letter or a digit together with ", is found?
Thanks.
Lydia