hi all,
got this problem with my website which is suppose to convert data from sql server to be represented in excel.
objSheet.Range("C1"
.value = rstMain("Brief_Description"
but it seems like when the "rstMain("Brief_Description"
is more that 255 in length, i can an "#Value!" in excel.
Any help is appreciated. Thanks
got this problem with my website which is suppose to convert data from sql server to be represented in excel.
objSheet.Range("C1"
but it seems like when the "rstMain("Brief_Description"
Any help is appreciated. Thanks