| |
dscannell
Posts: 16
Score: 0
Joined: 6/8/2005
From:
Status: offline
|
Thanks for the help I am quite new and not sure how to use the XML DOM Method (although I will look into it) However I got round this by using this line of code. mid(strx, InStr(strX, ">") + 1, (instr(strx, "</") - instr(strx, ">"))-1) Just incase anyone else needs to do something like this in the future
|
|