04-26-2012, 04:44 PM
Hey just add one column to your global sheet and give some name.
Write the vale to the datatable and expot using the below code
Regards,
Ankesh
Write the vale to the datatable and expot using the below code
Code:
Datatable.value("<Your Column Name>",dtGlobalSheet)=c
Datatable.Export "<Full File Path>"
Regards,
Ankesh