I should have looked at your code.
Since DELIMITER was declared as a constant, then chr(9) caused trouble.
sorry for butting in <bg>.
> Yup, that should've been what I suggested first - it's almost always
> better to use the defined constants. Thanks for the update.
>
> > Chr(9) gave an error message,
> > so (after searching the web and some other newsgroups) I found vbTab in
> > stead.

Signature
Dave Peterson
ec35720@msn.com
JE McGimpsey - 28 Oct 2004 17:17 GMT
Don't be sorry - I screwed it up on my web page, too. Now fixed.
> I should have looked at your code.
>
> Since DELIMITER was declared as a constant, then chr(9) caused trouble.
>
> sorry for butting in <bg>.