Help for this page

Select Code to Download


  1. or download this
    Win32::OLE->Option( Warn => 3 ); 
    # or 2 or 4
    
  2. or download this
    # load all excel constants (I may have the library name wrong)
    use Win32::OLE::Const 'Microsoft Excel';
    
  3. or download this
    # make it a little easier to iterate over collections
    use Win32::OLE qw/IN WITH/;