Remove the table code in html'Remove the table code in html FunctionOutTable(str) dim a,re set re=new RegExp re.pattern=/<[^>]+()/> re.global=true a=str OutTable=re.replace(a,) End Function