Hi all,
PLEASE HELP!!!
i'm using SQL Server and trying to place a string into an excel file like so.
objExcel.Range("A1" = rstMain("str"
This works fine if the string "rstMain('str')" is shorter than 255. But, if the string is more than 255, the cell in excel becomes a stupid #value!.
How can i solve this. PLEASE HELP!!
xenomage
PLEASE HELP!!!
i'm using SQL Server and trying to place a string into an excel file like so.
objExcel.Range("A1" = rstMain("str"
This works fine if the string "rstMain('str')" is shorter than 255. But, if the string is more than 255, the cell in excel becomes a stupid #value!.
How can i solve this. PLEASE HELP!!
xenomage