Click here to Skip to main content
15,914,400 members

Comments by Vishal Sanchihar 1981 (Top 3 by date)

Vishal Sanchihar 1981 30-Jul-10 6:19am View    
Reason for my vote of 4
yes adoptable...
Vishal Sanchihar 1981 14-Jun-10 1:44am View    
There is no Excel.exe in task process. and also there are enough space in DISK..

For more detail.... here is my code example:


Microsoft.Office.Interop.Excel.Application ExcelApp;
Workbook ExcelWorkbook;

ExcelApp = new Microsoft.Office.Interop.Excel.Application();
ExcelWorkbook = ExcelApp.Workbooks.Add(); // Error is comming in this line...


awaiting for helpful solution....
Vishal Sanchihar 1981 11-May-10 5:14am View    
As above mentioned in my question..As per the present situation of the project I can no use Array List or generic list. as 90% code already has been developed.
If there is no other solution then I can go for no. 2. Copy Array.

Thanks!