Forum > FPSpreadsheet

Problem with RPN formulas

<< < (3/3)

grandehombre:
Many thanks for trying anyway. Lets see if anyone else responds to the ticket

BigChimp:
Noticed bug that may be related; entered it as a related bug in the existing ticket.

Gert-Willem:
If I understand it right,  :D

excel.Cells[33,2].formula := '=Sum(B1:B32)';

works and
 
s := '=Sum(B'+inttostr(day+1)+':E'+inttostr(day+1)+')';
    excel.Cells[day+1,6].formula := s;

works to if you difine s as a olevariant
s : olevariant;

i do'n know why but it works for me


Navigation

[0] Message Index

[*] Previous page

Go to full version