So stripping out HTML I get. But inserting tab characters: where? between HTML tags, like so?
<td> ... table text ... </td> [TAB] <td> ... more table text ... </td>
And how does your library work? I would think that FileWrite() just writes a file as-is, yes?. What exactly does the NoTag$ modifier do?
Hmm; much more of this and I guess I'll have to actually try out your "product". But here's the thing: what you've done here kind of takes all the fun out of it for me, since your method is so "canned": feed it a web page and it spits out a text stream that Excel can make into a spreadsheet. I like to know what goes on inside that black box, or preferably code it myself.
Hell, otherwise I'd just go to one of those Javascript web pages that reformats stuff for you ...