merrymonk has asked for the wisdom of the Perl Monks concerning the following question:
When a user runs this on another PC running Excel 2013 the following error occurs. Can't use an undefined value as a HASH reference at first Perl line above, <FMIN> line 10. What has to be done to find out why this error occurs and/or how can it be altered to given what is required?$last_row = $worksheet -> UsedRange -> Find({What => "*", SearchDirect +ion => xlPrevious, SearchOrder => xlByRows}) -> {Row}; $last_col = $worksheet -> UsedRange -> Find({What => "*", SearchDirect +ion => xlPrevious, SearchOrder => xlByColumns}) -> {Column};
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Excel range finding problem
by Corion (Patriarch) on Oct 05, 2015 at 13:31 UTC | |
by merrymonk (Hermit) on Oct 05, 2015 at 13:52 UTC | |
|
Re: Excel range finding problem
by u65 (Chaplain) on Oct 05, 2015 at 13:16 UTC | |
by merrymonk (Hermit) on Oct 05, 2015 at 13:21 UTC |