i use excel buffer table to export excell.
but i want to write some value in fixed cell
how can i use this following method and integrate with excell buffer.
ExcelBuf.NewRow;
ExcelBuf.AddColumn(FORMAT( Text001),FALSE,'',TRUE,FALSE,TRUE,'@');
//ExcelBuf.AddColumn(Item."No.",FALSE,'',FALSE,FALSE,FALSE,'');
ExcelManagement.FillCell(FORMAT( 'B1'),Item."No.") ;
0
Comments
now i want to use excel management codeunit here to print barcode in the B cell .
how can i do this?
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
Did you check out the Link to the buffer demo?
Are you trying to create headers or something?
http://www.BiloBeauty.com
http://www.autismspeaks.org
not successful yet.
so, it could not find the item no value.
i just print item no onafter agetrecord method and it is working fine.
now it is working fine.
thanks for support.
sample:
http://savatage99.googlepages.com/Excel ... ummies.doc
http://www.BiloBeauty.com
http://www.autismspeaks.org