As you already have the Visual Basic code, it's easy to translate that into Perl, if your code runs on Windows and you have the module Win32::OLE. Win32::OLE does (quite unsurprisingly) not work on operating systems that are not Windows.
becomesWith ... .LineStyle = xlContinuous ...
my $foo = ...; $foo->LineStyle = xlContinous;
Also see Using Win32::OLE and Excel - Tips and Tricks, Scripting data extraction from excel files in a directory. and the nodes I linked from there
In reply to Re^5: which module to use?
by Corion
in thread which module to use?
by ArmandoG
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |