I looked into OLE constants and found some disparity that ended up fixing my problem. Some guides online had me using the second example below instead of the first. Googling perl ole excel constants led me to this page which had a better example.
use Win32::OLE qw(in valof with); use Win32::OLE::Const 'Microsoft Excel'; use Win32::OLE::NLS qw(:DEFAULT :LANG :SUBLANG);
use OLE;
In reply to Re^4: Another Excel/OLE question.
by Morellio
in thread Another Excel/OLE question.
by Morellio
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |