in reply to Re^6: Excel Const - No type library matching error message
in thread Excel Const - No type library matching error message
On the failing system what does this give
poj#!perl use strict; use Win32::OLE; print "Win32::OLE : $Win32::OLE::VERSION \n"; my $Excel = Win32::OLE->new('Excel.Application', 'Quit'); print "Excel ".$Excel->{Version};
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^8: Excel Const - No type library matching error message
by merrymonk (Hermit) on Dec 11, 2017 at 18:26 UTC | |
by poj (Abbot) on Dec 11, 2017 at 18:53 UTC | |
by merrymonk (Hermit) on Dec 11, 2017 at 22:20 UTC | |
by poj (Abbot) on Dec 12, 2017 at 18:31 UTC | |
by merrymonk (Hermit) on Dec 11, 2017 at 22:22 UTC |