Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
i am using=IF(A1=B1,"PASS","FAIL")
i am getting an error$Sheet->Cells(3,1)->{Value} = "=IF(A1=B1,"PASS","FAIL")";
how do i enter the formula in the sheet ?"Win32::OLE(0.1703)error 0x80020009" "Exception occured" in PROPERTYPUT "Value" at excel.plx line 37
Edit: g0n - code tags
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: how to enter formula in excel
by Samy_rio (Vicar) on Feb 14, 2006 at 09:14 UTC | |
|
Re: how to enter formula in excel
by McDarren (Abbot) on Feb 14, 2006 at 09:20 UTC | |
by ayrnieu (Beadle) on Feb 14, 2006 at 09:27 UTC |