in reply to How do I find out what methods are available in a library?

The documentation for the methods is specific to each application and what methods it exports.

Win32::OLE only sends the commands you write to the application.

For Microsoft Office, you best turn to the Microsoft Office Object Modelt documentation, but see also Using Win32::OLE and Excel - Tips and Tricks.

  • Comment on Re: How do I find out what methods are available in a library?