http://qs321.pair.com?node_id=244138


in reply to Re: Re: Last cell?
in thread Using Win32::OLE and Excel - Tips and Tricks

The reference document is the object reference and definition. You can "Browse" it via the tool written by Jan DuBois that I mentioned in the preface of this tutorial.

<PERLROOT>\html\site\lib\Win32\OLE\Browswer\Browser.html

Point it at the Microsoft Excel XX.XX objects and browse until your heart's content.

C-.

---
Flex the Geek

Replies are listed 'Best First'.
Re: Re: Re: Re: Last cell?
by Anonymous Monk on Mar 19, 2003 at 05:47 UTC
    Thanks, but with win2k, IE5, IE6, ActiveState 5.6, ActiveState 5.8 I just get page with about 5 empty white frames. I will try some other computers tommorow. thank you for the quick reply, tom friedel http://www.readyink.com
      That means that PerlScript is not working correctly on your machine. Did you install ActivePerl via the MSI? If not, then you may need to register it manually with:
      regsvr32 c:\perl\bin\perlse.dll
      or whereever you installed ActivePerl. This registration needs to be done with Administrator privileges. If the OLE browser still doesn't work after registering the PerlScript engine, then you may have problems with your IE security settings (please check the docs). Make sure it is enabled for the local zone, and for the local zone only.