Help for this page

Select Code to Download


  1. or download this
    #!c:\perl\bin\ -w
    use Win32::OLE qw(in with);
    use Win32::OLE::Const 'Microsoft Excel';
    ...
    my $Sheet = $Book->Worksheets($WorkBooknumber);
    print($HPLC_Collum);
    print($Sheet->Cells(6,$HPLC_Collum)->{'Value'});
    
  2. or download this
    Win32::OLE(0.1709) error 0x800a03ec
        in METHOD/PROPERTYGET "Cells" at C:\Documents and Settings\KHusban
    +d\Desktop\
    ...
    Can't use an undefined value as a HASH reference at C:\Documents and S
    +ettings\KH
    usband\Desktop\New Folder\test2.pl line 20, <CONFIG> line 1.
    18