안녕하십니까?
다름이 아니고 엑셀의 data를 memo.text로 옮기는 법을 아시는 분은좀 갈켜줘요..
괄호 안에 무엇인가를 넣어야 되는디..
별짓을 다해도 잘안돼네요...
부탁
ap : variant;
i,j : integer;
begin
ap := createoleobject('excel.application');
ap.workbooks.open('c:10.xls');
memo1.lines.add( ); <== 요기 괄호
ap.quit;
end;