Excel Save fails in Windows 7
Posted
by Karthik
on Stack Overflow
See other posts from Stack Overflow
or by Karthik
Published on 2010-03-23T14:20:37Z
Indexed on
2010/03/23
14:23 UTC
Read the original article
Hit count: 226
excel-2007
Hi,
I have created an application to interact with Excel in C#.net The API to save the Excel
Excel._Workbook m_oWorkBook;
m_oWorkBook.Save();
Throws up a File Saveas MessageBox though the workbook was already saved in a given name.
Note: This happens only in Windows 7 & only when another Workbook was already opened.
Any clues.
© Stack Overflow or respective owner