uninitialized value when checking Excel

2001-12-18 Thread Luba Sereb
Hello, I can't solve problem, help please. I've create script for findin empty cell in Excel: for ($iCell = 2; ($Cell ne ); $iCell++) { #Defining last busy row in A column $Cells = $Sheet-Range(A$iCell); $Cell = $Cells-{Value}; #get the contents at

Re: uninitialized value when checking Excel

2001-12-18 Thread Steve Hurst
On Tue, 18 Dec 2001, Luba Sereb wrote: $Cells = $Sheet-Range(A$iCell); $Cell = $Cells-{Value}; #get the contents at When script find empty cell it send message: Use of uninitialized value in string ne at and program finished. What problem is? How to avoid