in reply to Re: How do I control Excel 2007 Ribbon?
in thread How do I control Excel 2007 Ribbon?

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.

Replies are listed 'Best First'.
Re^3: How do I control Excel 2007 Ribbon?
by Anonymous Monk on May 05, 2011 at 01:36 UTC