yani şöyle bir şey mi dediğiniz
tr:=excelsonsatir(1);
i:=1;
while i<tr+1 do
begin
stringgrid1.Cells[1,i]:=uygulama.ActiveSheet.cells[i,1].Value;
stringgrid1.Cells[2,i]:=uygulama.ActiveSheet.cells[i,2].Value;
inc(i);
form3.Caption:='Toplam '+inttostr(i)+' Adet Kelimeniz Var';
end;
stringgrid1.Cells[1,i+1]:=uygulama.ActiveSheet.cells[i-1,1].Value;
stringgrid1.Cells[2,i+1]:=uygulama.ActiveSheet.cells[i-1,2].Value;