nasim slovima - č i ć mi se pretvaraju u c
Kod koji koristim za citanje, otprilike izgleda ovako:
Code:
Excel:=CreateOleObject('Excel.Application');
Excel.Workbooks.Open('1.xls',null,true,null,'','',true,null,'', true,false,null, false,0);
Excel.Sheets[1].Select;
strText:=Excel.Range['A2', 'A2'].Value;
Excel:=CreateOleObject('Excel.Application');
Excel.Workbooks.Open('1.xls',null,true,null,'','',true,null,'', true,false,null, false,0);
Excel.Sheets[1].Select;
strText:=Excel.Range['A2', 'A2'].Value;
Zna li neko kako je moguce ovo da se resi?