Forgot to mention, you could of course run code afterwards to clean up - phone numbers are always awkward buggers to detect and deal with though
Out of interest, what happens if you change:
Selection=6,7
Formatting=None
PreFormattedTextToColumns=True
ConsecutiveDelimitersAsOne=True
SingleBlockTextImport=False
DisableDateRecognition=False
DisableRedirections=False
to
Selection=6,7
Formatting=Text
PreFormattedTextToColumns=True
ConsecutiveDelimitersAsOne=True
SingleBlockTextImport=False
DisableDateRecognition=False
DisableRedirections=False
Not really used web queries much so not sure if "Text" is something it would expect - may need to play around a bit to get the syntax right - could also try:
Formatting="0"
if "text" doesn;t work - may force all your data to come out as text...
Rgds, Geoff
We could learn a lot from crayons. Some are sharp, some are pretty and some are dull. Some have weird names and all are different colours but they all live in the same box.
Please read FAQ222-2244 before you ask a question