Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    $wb->Close;
    $wb = $xl->Workbooks->Add;
    $xl->VBE->ActiveVBProject->VBComponents->Import($filename);          #
    +Comment 9