in reply to Re^10: Excel Const - No type library matching error message
in thread Excel Const - No type library matching error message

0.1709 is the version of the Win32::OLE perl module. What version of perl do you have ?. Type perl -v on the command line and you should see something like this

c:\temp>perl -v

This is perl 5, version 16, subversion 1 (v5.16.1) built for MSWin32-x64-multi-thread
(with 1 registered patch, see perl -V for more detail)

Copyright 1987-2012, Larry Wall

Binary build 1601 296175 provided by ActiveState http://www.ActiveState.com
Built Aug 30 2012 18:41:50

I don't think I can help you much more because it looks like the failing system is with Excel 15 (Office 2013) and I only have the same as your working system Excel 14 (Office 2010).

poj