#include <ComObj.hpp>
//.....
Variant xlApp;
try
{
xlApp = GetActiveOleObject("Excel.Application");
}
catch(...)
{
ShowMessage("엑셀 프로그램이 없습니다.");
}
//.....
|
LIST
'Borland' 카테고리의 다른 글
| StringGrid 셀 병합 및 표시방법 세팅 (0) | 2010.01.22 |
|---|---|
| Excel 셀에 데이터 넣고 색을 바꾸는 방법 (0) | 2010.01.19 |
| Excel의 셀에 이미지 삽입 방법 (0) | 2010.01.19 |
| Excel에서 특정 열의 타입을 지정해주는 방법 (0) | 2010.01.19 |
| Excel의 셀 범위를 ClipBoard로 Copy 하기 (0) | 2010.01.19 |