<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Customizing the Office Button Menu (aka File Menu) and No-Ribbon Custom Solutions</title><link>http://blogs.msdn.com/thirdoffive/archive/2006/10/13/customizing-the-office-button-menu-aka-file-menu-and-no-ribbon-solutions.aspx</link><description>Even though most of the information on how to customize the Ribbon in Access 2007 is already out , there are two recurring question that I've been seeing being asked often: How can I customize the Office Button Menu (aka File Menu)? We allow you to show/hide</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>re: Customizing the Office Button Menu (aka File Menu) and No-Ribbon Custom Solutions</title><link>http://blogs.msdn.com/thirdoffive/archive/2006/10/13/customizing-the-office-button-menu-aka-file-menu-and-no-ribbon-solutions.aspx#823269</link><pubDate>Sat, 14 Oct 2006 00:09:42 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:823269</guid><dc:creator>grovelli</dc:creator><description>&lt;p&gt;What's the procedure for adding your own commands to the File menu?&lt;/p&gt;
</description></item><item><title>re: Customizing the Office Button Menu (aka File Menu) and No-Ribbon Custom Solutions</title><link>http://blogs.msdn.com/thirdoffive/archive/2006/10/13/customizing-the-office-button-menu-aka-file-menu-and-no-ribbon-solutions.aspx#823805</link><pubDate>Sat, 14 Oct 2006 02:31:30 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:823805</guid><dc:creator>ThirdOfFive</dc:creator><description>&lt;p&gt;Hi grovelli,&lt;/p&gt;
&lt;p&gt;You might want to peak at the first link I had in the article: &lt;a rel="nofollow" target="_new" href="http://msdn2.microsoft.com/en-us/library/ms406046.aspx"&gt;http://msdn2.microsoft.com/en-us/library/ms406046.aspx&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;In a nutshell, you simply add a markup such as&lt;/p&gt;
&lt;p&gt;&amp;lt;button id=&amp;quot;myButton&amp;quot; label=&amp;quot;Click Me!&amp;quot; onAction=&amp;quot;MyCallback&amp;quot;/&amp;gt;&lt;/p&gt;
&lt;p&gt;alongside the controls in my example above and then proceed to write a VBA or Macro callback.&lt;/p&gt;
&lt;p&gt;It's really straightforward.&lt;/p&gt;
</description></item></channel></rss>