ribbon and event

M

Marco

I have created a custon ribbon with Custon Ui Editor for a .xlam file. It
seems work fine. Is it need write something in ThisWorkbook module in
Workbook_Open and Workbook_BeforeClose event like a custon bar in excel
2003?

Or add something other in file?


thx
 
B

Bob Phillips

You open the workbook that you want to install it in within the Custom UI
editor, and then save it. The ribbon extension gets saved with the workbook,
in a file called customUI.xml. Thus it will be available next time.

--
---
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)
 
Top