http://www.perlmonks.org?node_id=627872


in reply to Re^3: Using Win32::OLE and Excel - Tips and Tricks
in thread Using Win32::OLE and Excel - Tips and Tricks

I needed to add the following to get the needed constant def's: use Win32::OLE::Const 'Microsoft Office .* Object Library'; Sorry for the noise.. -- Charles DeRykus
  • Comment on Re^4: Using Win32::OLE and Excel - Tips and Tricks

Replies are listed 'Best First'.
Re^5: Using Win32::OLE and Excel - Tips and Tricks
by Anonymous Monk on Aug 02, 2007 at 19:51 UTC
    I had the same problem. It's working now thanks to you.
Re^5: Using Win32::OLE and Excel - Tips and Tricks
by katsomo (Initiate) on Jun 04, 2013 at 13:54 UTC
    thank ou for sharing the way to handle poewrpoint through perl....i am a beginner in perl and i am trying to display an image on the slide but i am geting the same error as mentioned in the first comment...could you please elaborate on it ?