Excel Automation ( 4. Save As )
COleVariant VOptional((long)DISP_E_PARAMNOTFOUND, VT_ERROR);
COleVariant VTrue((short)TRUE);
COleVariant VFalse((short)FALSE);
// TODO: Add your control notification handler code here
book.SaveAs(COleVariant("C:Master_.xls"), VOptional, VOptional, VOptional, VOptional, VOptional,
0, VOptional, VOptional, VOptional, VOptional, VOptional);
'개발지식창고 > MFC' 카테고리의 다른 글
VS2013 MultiByte 설정 사용하기 (0) | 2015.03.05 |
---|---|
VS2010 crashes when editing (about ActivityLog.xml) (0) | 2014.04.24 |
Excel Automation ( 3. 데이타 쓰기 ) (0) | 2012.06.29 |
Excel Automation ( 2. 소멸 ) (0) | 2012.06.29 |
MFC와 Excel 연동 관련 자료 (0) | 2012.06.29 |