excel - Package a Ribbon with a Custom VBA Add In for Microsoft Office -
i working excel 2010 assume idea constant accross of office 2010.
i making add in have vba macros work of files , make ribbon has buttons bound these macros. know how make ribbon through excel options --> customize ribbon make 1 shown whenever add in active. can distribute add in easy way run macros.
is there way can this? thanks
update:
i have read , have @ disposal here (office 2010 , notepad) going have make ribbon xml document , put xlam
file. not sure on specifics @ point.
i suppose developing vsto based add-in. if so, have 2 ways go:
- vsto provides ribbon designer can use build custom ui. see walkthrough: creating custom tab using ribbon designer started quickly.
- the other way use ribbon xml markup buidling custom ui (available kind of add-ins). see walkthrough: creating custom tab using ribbon designer more information.
in general, fluent ui ( aka ribbon ui) described in following series of articles in msdn:
Comments
Post a Comment