in reply to How do I control Excel 2007 Ribbon?

Is it possible to do that from Perl?

Yup

  • Comment on Re: How do I control Excel 2007 Ribbon?

Replies are listed 'Best First'.
Re^2: How do I control Excel 2007 Ribbon?
by mathlover (Initiate) on May 05, 2011 at 01:27 UTC

    Wonderful! Can you please show me a code snippet that explains how I can tie the callbacks functions in Perl code to the ribbon definition? For example, I need to define a callback function in Perl to set the name of a label for a group that is defined by the following tag:

    <group id=”myGroup” getLabel=”myGetLabel”>

    I am assuming that I have to use Win32::OLE->WithEvents but I am not sure how to do it.