L
Lorenzo
hi to all, sorry for my little little english.
i wont to export in excel from sql by asp
if in a field there is a chr(13), excel send to new row the text. What i do
to tell excel go in a new line in the same cell?
i try so but don't work:
strXls = strXls & replace(fld.value,vbCrLf,Chr(10))
many thanks
Lorenzo
i wont to export in excel from sql by asp
if in a field there is a chr(13), excel send to new row the text. What i do
to tell excel go in a new line in the same cell?
i try so but don't work:
strXls = strXls & replace(fld.value,vbCrLf,Chr(10))
many thanks
Lorenzo