aspx_beginners thread: how to assign border property to a cell from asp.
i
i am trying to do the following in asp.
this works in vb but not in asp. maybe you can make me some suggestions.
i am trying to assign an excel cell some border values. i cannot see why
this would work in vb and not in asp. everything else seemed to go find
for my application other then this. i need to format my excel report so i
need this feature. if you have any suggestions pleaset let met know.
XL.Cells(i, j).Borders(xlEdgeLeft).Weight = xlThin
it works find in vb but not in asp.
thanks for your help.
pat