%
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
'11
function fn_make_excel(file_path,excel_text)
set fs=server.createobject("scripting.filesystemobject")
If fs.FileExists (file_path) then
fs.DeleteFile (file_path)
set html_file=fs.createtextfile(file_path,true,false)
html_file.write(excel_text)
else
set html_file=fs.createtextfile(file_path,true,false)
html_file.writeline(excel_text)
End If
set fs=nothing
end function
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
'11
function fn_make_html_buyer_board(buyer_board_id,html_file_path)
Const cdoSuppressNone= 0'Download all resources from the Web page (default).
Const cdoSuppressImages= 1'Do not download resources from or