Help for this page

Select Code to Download


  1. or download this
    use strict;
    use Win32::OLE::Const;
    ...
      return unless $_[1] =~ /Excel/;
      print join " ",$_[1],$_[4],"\n";
    }