in reply to Excel Const - No type library matching error message
What do you get if you run this on both systems
poj#!perl use strict; use Win32::OLE::Const; Win32::OLE::Const->EnumTypeLibs(\&mylib);; sub mylib { return unless $_[1] =~ /Excel/; print join " ",$_[1],$_[4],"\n"; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Excel Const - No type library matching error message
by merrymonk (Hermit) on Dec 06, 2017 at 21:07 UTC | |
by merrymonk (Hermit) on Dec 08, 2017 at 10:41 UTC | |
by poj (Abbot) on Dec 08, 2017 at 16:37 UTC | |
by merrymonk (Hermit) on Dec 08, 2017 at 21:23 UTC | |
by merrymonk (Hermit) on Dec 08, 2017 at 22:45 UTC | |
|