in reply to Re^4: Excel Const - No type library matching error message
in thread Excel Const - No type library matching error message
The odd thing is that 'Const' was not causing a problem and then it was reported as not working.eval { $excel = Win32::OLE->GetActiveObject( 'Excel.Application' ) }; eval { $workbook = $excel->Workbooks->Open($hist_full)}; $worksheet = $workbook->Worksheets($wksh_no); $$ref_cell_array = $worksheet->range($excel_data_range)->{'value'}; $close_res = $workbook->Close();
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^6: Excel Const - No type library matching error message
by merrymonk (Hermit) on Dec 08, 2017 at 22:45 UTC | |
by poj (Abbot) on Dec 10, 2017 at 13:53 UTC | |
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 merrymonk (Hermit) on Dec 11, 2017 at 22:22 UTC |