I'm having a really hard time making web queries on Mac. I'm trying to import the individual words from different news articles into different columns. So, ideally, each row would have all the words from all the articles on a certain day.
Whenever I use this code:
It only imports Back and Home
Do you guys have any ideas? I don't know why its happening.
Whenever I use this code:
Code:
WEB
1
http://www.kcna.co.jp/item/2001/200106/news06/02.htm
Selection=EntirePage
Formatting=All
PreFormattedTextToColumns=True
ConsecutiveDelimitersAsOne=True
SingleBlockTextImport=False
It only imports Back and Home
Do you guys have any ideas? I don't know why its happening.