Rael Bauer

Hi,
Profgrid1.CellByName('A1').Value := '$30';
Profgrid1.CellByName('B1').Value := '8';
Profgrid1.CellByName('C1').Formula := 'A1*B1';
C1 shows #Value!.
What do I need to do to get the formula to work (i.e. treat A1 as a number)? and can I even get it to show the '$'?
Thanks
Rael