A
Adine
Hi,
How can I have access to the excel files which are already opened? I tried
this:
excelObj = new Excel.Application();
MessageBox.Show(this, excelObj.Workbooks.Count.ToString());
But it shows always zero, nomatter how many excel files are already opened.
I need to have access to the current opened excel files. How?
Thanks,
Adine
How can I have access to the excel files which are already opened? I tried
this:
excelObj = new Excel.Application();
MessageBox.Show(this, excelObj.Workbooks.Count.ToString());
But it shows always zero, nomatter how many excel files are already opened.
I need to have access to the current opened excel files. How?
Thanks,
Adine