Help for this page
use Win32::OLE qw(in with); my ($ex, $book, %WS); ... Win32::OLE->Uninitialize; undef $book; undef $ex;
use constant xlMinimized => -4140; $ex->{'WindowState'} = xlMinimized; # the window will be momentarily v +isible anyway