<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: A menu on a userform</title>
	<atom:link href="http://www.dailydoseofexcel.com/archives/2006/03/06/a-menu-on-a-userform/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dailydoseofexcel.com/archives/2006/03/06/a-menu-on-a-userform/</link>
	<description>Daily posts of Excel tips…and other stuff</description>
	<lastBuildDate>Thu, 09 Feb 2012 23:42:03 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: xtream</title>
		<link>http://www.dailydoseofexcel.com/archives/2006/03/06/a-menu-on-a-userform/#comment-45994</link>
		<dc:creator>xtream</dc:creator>
		<pubDate>Mon, 10 May 2010 00:05:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1366#comment-45994</guid>
		<description>&lt;p&gt;Hi Friends,&lt;/p&gt;
&lt;p&gt;I need to place custom button at titlebar of userform. At this time when I click on custom button it show me only &quot;hello world&quot;&lt;/p&gt;
&lt;p&gt;Your help will be higherly appericiated.&lt;/p&gt;
&lt;p&gt;Thanks in advance...&lt;/p&gt;
&lt;p&gt;Xtream..&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi Friends,</p>
<p>I need to place custom button at titlebar of userform. At this time when I click on custom button it show me only &#8220;hello world&#8221;</p>
<p>Your help will be higherly appericiated.</p>
<p>Thanks in advance&#8230;</p>
<p>Xtream..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom Schreiner</title>
		<link>http://www.dailydoseofexcel.com/archives/2006/03/06/a-menu-on-a-userform/#comment-43015</link>
		<dc:creator>Tom Schreiner</dc:creator>
		<pubDate>Fri, 25 Dec 2009 11:16:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1366#comment-43015</guid>
		<description>&lt;p&gt;Hi Tushar and Dennis.  I haven&#039;t spoken with you guys in several years!  I hope all is well.  You may remember me as tstom or right_click on mrexcel.com.  Anyway, I ran across this looking for my file as I did not remember what forum I posted it in.  I actually found it on my computer.  Anyway, rather it&#039;s relevant at this point or not, here is an example of anchoring a built in and custom commandbar within a userform...&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://cid-ea73b3a00e16f94f.skydrive.live.com/self.aspx/Mr%20Excel%20Example/AnchorCommandBarInUserFormv2.zip&quot; rel=&quot;nofollow&quot;&gt;http://cid-ea73b3a00e16f94f.skydrive.live.com/self.aspx/Mr%20Excel%20Example/AnchorCommandBarInUserFormv2.zip&lt;/a&gt;&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi Tushar and Dennis.  I haven&#8217;t spoken with you guys in several years!  I hope all is well.  You may remember me as tstom or right_click on mrexcel.com.  Anyway, I ran across this looking for my file as I did not remember what forum I posted it in.  I actually found it on my computer.  Anyway, rather it&#8217;s relevant at this point or not, here is an example of anchoring a built in and custom commandbar within a userform&#8230;</p>
<p><a href="http://cid-ea73b3a00e16f94f.skydrive.live.com/self.aspx/Mr%20Excel%20Example/AnchorCommandBarInUserFormv2.zip" rel="nofollow">http://cid-ea73b3a00e16f94f.skydrive.live.com/self.aspx/Mr%20Excel%20Example/AnchorCommandBarInUserFormv2.zip</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ross</title>
		<link>http://www.dailydoseofexcel.com/archives/2006/03/06/a-menu-on-a-userform/#comment-19120</link>
		<dc:creator>ross</dc:creator>
		<pubDate>Wed, 08 Mar 2006 19:29:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1366#comment-19120</guid>
		<description>&lt;p&gt;One advantage of the userform menu might be that it allows for easier updating, along the same lines/reason for using a none com based addin in the first place. What about if you dont have a compilable programming platform on you pc?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>One advantage of the userform menu might be that it allows for easier updating, along the same lines/reason for using a none com based addin in the first place. What about if you dont have a compilable programming platform on you pc?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jkpieterse</title>
		<link>http://www.dailydoseofexcel.com/archives/2006/03/06/a-menu-on-a-userform/#comment-19118</link>
		<dc:creator>jkpieterse</dc:creator>
		<pubDate>Tue, 07 Mar 2006 20:22:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1366#comment-19118</guid>
		<description>&lt;p&gt;Why a menu?&lt;/p&gt;
&lt;p&gt;Sometimes it is just a handy interface. The background is the Name Manager. I got feedback in Dennis&#039; forum about the buttons with icons being hard to memorize. I can agree with that.&lt;/p&gt;
&lt;p&gt;Since there are so many commands on that thing, I thought to create a menu on it.&lt;/p&gt;
&lt;p&gt;I haven&#039;t implemented this on NM yet, I was first trying to get a generic way to set one up, so I can throw in a couple of class modules and some init subs in the form along with a table on a worksheet to get it working on any userform.&lt;/p&gt;
&lt;p&gt;It seems to be working (one level deep though, not two or more).&lt;/p&gt;
&lt;p&gt;I have the &quot;Onaction&quot; thing lined up, I just need to implement it.&lt;/p&gt;
&lt;p&gt;I thought about the popup commandbar, but liked this challenge better. It was a good puzzle to solve and at the same time I got the opportunity to excercise with class modules, collections and central event handling. All in one small project. So there you go. It IS sort of a &quot;do because I can&quot; project, but I suspect it might come in handy too, because it is a good excercise in how to add controls on the fly, *including* their event code.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Why a menu?</p>
<p>Sometimes it is just a handy interface. The background is the Name Manager. I got feedback in Dennis&#8217; forum about the buttons with icons being hard to memorize. I can agree with that.</p>
<p>Since there are so many commands on that thing, I thought to create a menu on it.</p>
<p>I haven&#8217;t implemented this on NM yet, I was first trying to get a generic way to set one up, so I can throw in a couple of class modules and some init subs in the form along with a table on a worksheet to get it working on any userform.</p>
<p>It seems to be working (one level deep though, not two or more).</p>
<p>I have the &#8220;Onaction&#8221; thing lined up, I just need to implement it.</p>
<p>I thought about the popup commandbar, but liked this challenge better. It was a good puzzle to solve and at the same time I got the opportunity to excercise with class modules, collections and central event handling. All in one small project. So there you go. It IS sort of a &#8220;do because I can&#8221; project, but I suspect it might come in handy too, because it is a good excercise in how to add controls on the fly, *including* their event code.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: XL-Dennis</title>
		<link>http://www.dailydoseofexcel.com/archives/2006/03/06/a-menu-on-a-userform/#comment-19117</link>
		<dc:creator>XL-Dennis</dc:creator>
		<pubDate>Tue, 07 Mar 2006 19:35:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1366#comment-19117</guid>
		<description>&lt;p&gt;Stephen,&lt;/p&gt;
&lt;p&gt;&quot;FWIW, I&#039;ve written a COM Addin in VB6 to exercise both the new RibbonX and Custom Task Panes and they both work well&quot;&lt;/p&gt;
&lt;p&gt;Sounds good to me.&lt;/p&gt;
&lt;p&gt;What I have in mind is:&lt;/p&gt;
&lt;p&gt;- Implement VB6 forms as native Excel userforms. &lt;/p&gt;
&lt;p&gt;- Present solutions to handle events like Combobox_Change etc.&lt;/p&gt;
&lt;p&gt;Kind regards,&lt;br&gt;
Dennis&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Stephen,</p>
<p>&#8220;FWIW, I&#8217;ve written a COM Addin in VB6 to exercise both the new RibbonX and Custom Task Panes and they both work well&#8221;</p>
<p>Sounds good to me.</p>
<p>What I have in mind is:</p>
<p>- Implement VB6 forms as native Excel userforms. </p>
<p>- Present solutions to handle events like Combobox_Change etc.</p>
<p>Kind regards,<br />
Dennis</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stephen Bullen</title>
		<link>http://www.dailydoseofexcel.com/archives/2006/03/06/a-menu-on-a-userform/#comment-19116</link>
		<dc:creator>Stephen Bullen</dc:creator>
		<pubDate>Tue, 07 Mar 2006 19:03:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1366#comment-19116</guid>
		<description>&lt;p&gt;Hi Dennis,&lt;/p&gt;
&lt;p&gt;I guess that depends what you mean by &#039;issues&#039;. In general, they work fine. There are some issues with commandbars disappearing, but I think they&#039;re redraw/rebuild bugs rather than big issues. FWIW, I&#039;ve written a COM Addin in VB6 to exercise both the new RibbonX and Custom Task Panes and they both work well. I haven&#039;t looked at the nuances of Commandbar support (e.g. demand-loaded commandbars). What issues were you thinking of?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi Dennis,</p>
<p>I guess that depends what you mean by &#8216;issues&#8217;. In general, they work fine. There are some issues with commandbars disappearing, but I think they&#8217;re redraw/rebuild bugs rather than big issues. FWIW, I&#8217;ve written a COM Addin in VB6 to exercise both the new RibbonX and Custom Task Panes and they both work well. I haven&#8217;t looked at the nuances of Commandbar support (e.g. demand-loaded commandbars). What issues were you thinking of?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: XL-Dennis</title>
		<link>http://www.dailydoseofexcel.com/archives/2006/03/06/a-menu-on-a-userform/#comment-19115</link>
		<dc:creator>XL-Dennis</dc:creator>
		<pubDate>Tue, 07 Mar 2006 17:35:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1366#comment-19115</guid>
		<description>&lt;p&gt;Hi all,&lt;/p&gt;
&lt;p&gt;With all the respect to the &quot;can do&quot;-approach I fully agree with Jamie. Despite the issues with some events-driven procedures in classic VB I would simple set up a COM add-in instead of trying to do it with Excel.&lt;/p&gt;
&lt;p&gt;Of course, I fully understand that there is a point to challenge it with Excel ;)&lt;/p&gt;
&lt;p&gt;BTW, those of You who run Excel 12 have You experienced any issues with COM add-ins developed with classic VB? &lt;/p&gt;
&lt;p&gt;Kind regards,&lt;br&gt;
Dennis&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi all,</p>
<p>With all the respect to the &#8220;can do&#8221;-approach I fully agree with Jamie. Despite the issues with some events-driven procedures in classic VB I would simple set up a COM add-in instead of trying to do it with Excel.</p>
<p>Of course, I fully understand that there is a point to challenge it with Excel <img src='http://www.dailydoseofexcel.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>BTW, those of You who run Excel 12 have You experienced any issues with COM add-ins developed with classic VB? </p>
<p>Kind regards,<br />
Dennis</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ross</title>
		<link>http://www.dailydoseofexcel.com/archives/2006/03/06/a-menu-on-a-userform/#comment-19114</link>
		<dc:creator>ross</dc:creator>
		<pubDate>Tue, 07 Mar 2006 16:48:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1366#comment-19114</guid>
		<description>&lt;p&gt;&quot;Just another wild idea, but how about using a simple label control for the top-level &#039;menu&#039; and when clicking on it show a popup commandbar?&quot;&lt;/p&gt;
&lt;p&gt;I think that is what Dick suggested, when he blog about it here, it&#039;s also what i used in my example (this did work, but is broken now ?!?!, I have also improved the &quot;tool bar&quot; idea)&lt;br&gt;
&lt;a href=&quot;http://www.methodsinexcel.co.uk/Downloads/MIE_Toolbars_And_MenuBars.zip&quot; rel=&quot;nofollow&quot;&gt;http://www.methodsinexcel.co.uk/Downloads/MIE_Toolbars_And_MenuBars.zip&lt;/a&gt;&lt;br&gt;
for new example toolbar see this post:&lt;br&gt;
&lt;a href=&quot;http://www.blog.methodsinexcel.co.uk/2006/03/06/spell-checking-in-user-forms/&quot; rel=&quot;nofollow&quot;&gt;http://www.blog.methodsinexcel.co.uk/2006/03/06/spell-checking-in-user-forms/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;I would go a fix it, but with Ivan&#039;s work it hardly seems woth it? No?&lt;/p&gt;
&lt;p&gt;&lt;b&gt;John&lt;/b&gt;, I was thinking, when I first saw office 12, that someone (or a workgroup) could use the API method to completely replace the ribbions bar - if you could hide the ribbions that is. Not sure what you would do about toolbars anyway? - well it might not be worth it, but it would be possible.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>&#8220;Just another wild idea, but how about using a simple label control for the top-level &#8216;menu&#8217; and when clicking on it show a popup commandbar?&#8221;</p>
<p>I think that is what Dick suggested, when he blog about it here, it&#8217;s also what i used in my example (this did work, but is broken now ?!?!, I have also improved the &#8220;tool bar&#8221; idea)<br />
<a href="http://www.methodsinexcel.co.uk/Downloads/MIE_Toolbars_And_MenuBars.zip" rel="nofollow">http://www.methodsinexcel.co.uk/Downloads/MIE_Toolbars_And_MenuBars.zip</a><br />
for new example toolbar see this post:<br />
<a href="http://www.blog.methodsinexcel.co.uk/2006/03/06/spell-checking-in-user-forms/" rel="nofollow">http://www.blog.methodsinexcel.co.uk/2006/03/06/spell-checking-in-user-forms/</a></p>
<p>I would go a fix it, but with Ivan&#8217;s work it hardly seems woth it? No?</p>
<p><b>John</b>, I was thinking, when I first saw office 12, that someone (or a workgroup) could use the API method to completely replace the ribbions bar &#8211; if you could hide the ribbions that is. Not sure what you would do about toolbars anyway? &#8211; well it might not be worth it, but it would be possible.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stephen Bullen</title>
		<link>http://www.dailydoseofexcel.com/archives/2006/03/06/a-menu-on-a-userform/#comment-19109</link>
		<dc:creator>Stephen Bullen</dc:creator>
		<pubDate>Tue, 07 Mar 2006 11:21:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1366#comment-19109</guid>
		<description>&lt;p&gt;Just another wild idea, but how about using a simple label control for the top-level &#039;menu&#039; and when clicking on it show a popup commandbar?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Just another wild idea, but how about using a simple label control for the top-level &#8216;menu&#8217; and when clicking on it show a popup commandbar?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jamie Collins</title>
		<link>http://www.dailydoseofexcel.com/archives/2006/03/06/a-menu-on-a-userform/#comment-19108</link>
		<dc:creator>Jamie Collins</dc:creator>
		<pubDate>Tue, 07 Mar 2006 09:32:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1366#comment-19108</guid>
		<description>&lt;p&gt;Aside from the &#039;Everest&#039; argument (&quot;Because it&#039;s there&quot;), why put a menu on a userform? &lt;/p&gt;
&lt;p&gt;Maybe there is a good reason design why there is no menu component available for userforms: only the primary window should have a menu and in an Excel application the primary window is the Excel application (note it already has a menu :)). You can hide the Excel application of course and make your userform behave as the primary window but that would beg the question, &#039;Why build this application in Excel?&#039;&lt;/p&gt;
&lt;p&gt;Jamie.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Aside from the &#8216;Everest&#8217; argument (&#8220;Because it&#8217;s there&#8221;), why put a menu on a userform? </p>
<p>Maybe there is a good reason design why there is no menu component available for userforms: only the primary window should have a menu and in an Excel application the primary window is the Excel application (note it already has a menu <img src='http://www.dailydoseofexcel.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> ). You can hide the Excel application of course and make your userform behave as the primary window but that would beg the question, &#8216;Why build this application in Excel?&#8217;</p>
<p>Jamie.</p>
<p></p>
]]></content:encoded>
	</item>
</channel>
</rss>

