07-17-2008, 02:39 AM
Hey,
As said in the previous post you can capture the value you have entered and use the below similar function to put it into DATATABLE.
I'm not sure whether this will actually save the data table.
Hope this helps you....
As said in the previous post you can capture the value you have entered and use the below similar function to put it into DATATABLE.
I'm not sure whether this will actually save the data table.
Code:
datatable.Value("Sheet_1",Global) = val
Hope this helps you....