Hello Folks,
Could some one give me a little help, I'm using Win32::OLE and am trying to use the Range function to assign a set of Values from an Excel spreadsheet. When I try and use this line;
@line = $Sheet->Range("A$counter:R$counter"
->{Value} ;
the value assigned to the array is an Array reference eg ARRAY(0x248e810).
I'm sure I really wanted the values from the spreadsheet, or a Steak at least!
Cheers
Could some one give me a little help, I'm using Win32::OLE and am trying to use the Range function to assign a set of Values from an Excel spreadsheet. When I try and use this line;
@line = $Sheet->Range("A$counter:R$counter"
the value assigned to the array is an Array reference eg ARRAY(0x248e810).
I'm sure I really wanted the values from the spreadsheet, or a Steak at least!
Cheers