Help for this page

Select Code to Download


  1. or download this
    sub isWorkbookActive {
        my ($excel) = @_;
        eval {
    ...
         };
         return 1 if $@ =~ /message filter/;
    }