Hey guys,

I'm new here... novice programmer but old-fart engineer.

Here's my problem, I'm trying to pull data from a website but hit a snag.

The website has a structure: Doc.links.Item X.innerText
X is a number, 1-150. Two questions:
1) There is a space between "Item" and the number... how do I get VBA to recognize that?
2) I'm searching through the 150 entries to find the ones with useful data... how do I use a FOR loop to put that # in there. In another way, it would usually be a Item(X) index, but if the # is in the actual name. As I said, I'm novice at programming, how do I make this work?

Thanks
Tony