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