<?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: Formatting Taskpane</title>
	<atom:link href="http://www.dailydoseofexcel.com/archives/2009/08/18/formatting-taskpane/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dailydoseofexcel.com/archives/2009/08/18/formatting-taskpane/</link>
	<description>Daily posts of Excel tips…and other stuff</description>
	<lastBuildDate>Thu, 09 Feb 2012 19:28:40 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Dick Kusleika</title>
		<link>http://www.dailydoseofexcel.com/archives/2009/08/18/formatting-taskpane/#comment-40794</link>
		<dc:creator>Dick Kusleika</dc:creator>
		<pubDate>Wed, 26 Aug 2009 16:51:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=2831#comment-40794</guid>
		<description>&lt;p&gt;I chose modal because I don&#039;t know how to get from the spreadsheet to the userform and back without using the mouse.   I tried shrinking the buttons, but I can&#039;t show the picture and the caption at a smaller button size.  Maybe there&#039;s a way to resize the picture, but I don&#039;t know what it is.  I could just get rid of the picture and go with all text.&lt;/p&gt;
&lt;p&gt;I love the toolbar idea.  I could put all the tools on one row and group them to it&#039;s easy to tell which is the, say, 6th button.  Oh, maybe not.  I&#039;m up to 19 buttons on this thing now, so your idea of rows and columns might be easier.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I chose modal because I don&#8217;t know how to get from the spreadsheet to the userform and back without using the mouse.   I tried shrinking the buttons, but I can&#8217;t show the picture and the caption at a smaller button size.  Maybe there&#8217;s a way to resize the picture, but I don&#8217;t know what it is.  I could just get rid of the picture and go with all text.</p>
<p>I love the toolbar idea.  I could put all the tools on one row and group them to it&#8217;s easy to tell which is the, say, 6th button.  Oh, maybe not.  I&#8217;m up to 19 buttons on this thing now, so your idea of rows and columns might be easier.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tushar Mehta</title>
		<link>http://www.dailydoseofexcel.com/archives/2009/08/18/formatting-taskpane/#comment-40744</link>
		<dc:creator>Tushar Mehta</dc:creator>
		<pubDate>Sat, 22 Aug 2009 07:27:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=2831#comment-40744</guid>
		<description>&lt;p&gt;Dick:  Here&#039;s something, well a bunch of somethings, to think about.&lt;/p&gt;
&lt;p&gt;1) show the userform modeless. 2) Shrink the buttons so that they, and consequently the uf, occupies a lot less space.&lt;/p&gt;
&lt;p&gt;You could continue using the above in 2007.&lt;/p&gt;
&lt;p&gt;Alternatively, and this is not very well thought out in terms of execution...for 2003 create a toolbar.  Trap CTRL+1 to show the toolbar.  While the toolbar is visible trap all number keys.  The user types 2 numbers to select a toolbar button (1st number identifies the row, the 2nd the column).  Execute that button.  Release all the trapped keystrokes when the toolbar closes.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Dick:  Here&#8217;s something, well a bunch of somethings, to think about.</p>
<p>1) show the userform modeless. 2) Shrink the buttons so that they, and consequently the uf, occupies a lot less space.</p>
<p>You could continue using the above in 2007.</p>
<p>Alternatively, and this is not very well thought out in terms of execution&#8230;for 2003 create a toolbar.  Trap CTRL+1 to show the toolbar.  While the toolbar is visible trap all number keys.  The user types 2 numbers to select a toolbar button (1st number identifies the row, the 2nd the column).  Execute that button.  Release all the trapped keystrokes when the toolbar closes.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ross</title>
		<link>http://www.dailydoseofexcel.com/archives/2009/08/18/formatting-taskpane/#comment-40736</link>
		<dc:creator>Ross</dc:creator>
		<pubDate>Fri, 21 Aug 2009 16:34:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=2831#comment-40736</guid>
		<description>&lt;p&gt;You are all wrong!  ;-)&lt;/p&gt;
&lt;p&gt;Stephen&#039;s down load is a com dll(addin), that must be deployed with the vba project. and it only works with 2007 (i guess). the ones in 07 are slightly different from the one in xp and 03.&lt;/p&gt;
&lt;p&gt;With panes (actions or task) you have to create a com object, which you cant do via VBA so hence your buggered. &lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://msdn.microsoft.com/en-us/library/aa942864.aspx&quot; rel=&quot;nofollow&quot;&gt;http://msdn.microsoft.com/en-us/library/aa942864.aspx&lt;/a&gt;&lt;br&gt;
&lt;a href=&quot;http://blogs.msdn.com/gabhan_berry/default.aspx&quot; rel=&quot;nofollow&quot;&gt;http://blogs.msdn.com/gabhan_berry/default.aspx&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;There is a possible work around which I have been playing with but it&#039;s not very good.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>You are all wrong!  <img src='http://www.dailydoseofexcel.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>Stephen&#8217;s down load is a com dll(addin), that must be deployed with the vba project. and it only works with 2007 (i guess). the ones in 07 are slightly different from the one in xp and 03.</p>
<p>With panes (actions or task) you have to create a com object, which you cant do via VBA so hence your buggered. </p>
<p><a href="http://msdn.microsoft.com/en-us/library/aa942864.aspx" rel="nofollow">http://msdn.microsoft.com/en-us/library/aa942864.aspx</a><br />
<a href="http://blogs.msdn.com/gabhan_berry/default.aspx" rel="nofollow">http://blogs.msdn.com/gabhan_berry/default.aspx</a></p>
<p>There is a possible work around which I have been playing with but it&#8217;s not very good.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sam</title>
		<link>http://www.dailydoseofexcel.com/archives/2009/08/18/formatting-taskpane/#comment-40721</link>
		<dc:creator>sam</dc:creator>
		<pubDate>Thu, 20 Aug 2009 11:58:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=2831#comment-40721</guid>
		<description>&lt;p&gt;Jon,&lt;br&gt;
The download you are referring to is a user form that &quot;mimics&quot; as Task pane.&lt;br&gt;
Task panes are there from 2002.&lt;br&gt;
To create/customize a task pane you need Visual Studio + VSTO in 2002/2003/2007/2010 or VB6&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Jon,<br />
The download you are referring to is a user form that &#8220;mimics&#8221; as Task pane.<br />
Task panes are there from 2002.<br />
To create/customize a task pane you need Visual Studio + VSTO in 2002/2003/2007/2010 or VB6</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ross</title>
		<link>http://www.dailydoseofexcel.com/archives/2009/08/18/formatting-taskpane/#comment-40720</link>
		<dc:creator>Ross</dc:creator>
		<pubDate>Thu, 20 Aug 2009 11:31:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=2831#comment-40720</guid>
		<description>&lt;p&gt;&gt;&gt;Can I make task panes in 2003? For some reason I thought that was introduced in 2007. Anyway, it&#039;s on my list to be my first .NET project!&lt;/p&gt;
&lt;p&gt;Yep. you can do it in all 2003 and 2002, although they are a little different (I hope I&#039;m right now that I&#039;ve said that!!!)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>&gt;&gt;Can I make task panes in 2003? For some reason I thought that was introduced in 2007. Anyway, it&#8217;s on my list to be my first .NET project!</p>
<p>Yep. you can do it in all 2003 and 2002, although they are a little different (I hope I&#8217;m right now that I&#8217;ve said that!!!)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Peltier</title>
		<link>http://www.dailydoseofexcel.com/archives/2009/08/18/formatting-taskpane/#comment-40718</link>
		<dc:creator>Jon Peltier</dc:creator>
		<pubDate>Thu, 20 Aug 2009 05:39:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=2831#comment-40718</guid>
		<description>&lt;p&gt;Dick -&lt;/p&gt;
&lt;p&gt;Stephen Bullen did some work to convert user forms to task panes, and he&#039;s got some kind of download on his web site that will do the conversion for you. Task panes came out in 2003 (if not 2002), but in 2003 you needed VSTO to customize them. I think 2007 makes it easier, but I&#039;ve never tired it.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Dick -</p>
<p>Stephen Bullen did some work to convert user forms to task panes, and he&#8217;s got some kind of download on his web site that will do the conversion for you. Task panes came out in 2003 (if not 2002), but in 2003 you needed VSTO to customize them. I think 2007 makes it easier, but I&#8217;ve never tired it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chip</title>
		<link>http://www.dailydoseofexcel.com/archives/2009/08/18/formatting-taskpane/#comment-40709</link>
		<dc:creator>chip</dc:creator>
		<pubDate>Wed, 19 Aug 2009 18:59:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=2831#comment-40709</guid>
		<description>&lt;p&gt;I know your bias toward keyboard vs. mouse (mine too), so the hotkey opens the dialogcan you then tab between the buttons on the user form and return? If not, they you&#039;re back to the mouse, right? &lt;/p&gt;
&lt;p&gt;I haven&#039;t done a lot of user form programming so I&#039;m not sureI know you can tab between entry fields but didn&#039;t know if you could change the focus on a collection of buttons that way.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I know your bias toward keyboard vs. mouse (mine too), so the hotkey opens the dialogcan you then tab between the buttons on the user form and return? If not, they you&#8217;re back to the mouse, right? </p>
<p>I haven&#8217;t done a lot of user form programming so I&#8217;m not sureI know you can tab between entry fields but didn&#8217;t know if you could change the focus on a collection of buttons that way.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dick Kusleika</title>
		<link>http://www.dailydoseofexcel.com/archives/2009/08/18/formatting-taskpane/#comment-40708</link>
		<dc:creator>Dick Kusleika</dc:creator>
		<pubDate>Wed, 19 Aug 2009 17:26:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=2831#comment-40708</guid>
		<description>&lt;p&gt;Can I make task panes in 2003?  For some reason I thought that was introduced in 2007.  Anyway, it&#039;s on my list to be my first .NET project!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Can I make task panes in 2003?  For some reason I thought that was introduced in 2007.  Anyway, it&#8217;s on my list to be my first .NET project!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ross</title>
		<link>http://www.dailydoseofexcel.com/archives/2009/08/18/formatting-taskpane/#comment-40706</link>
		<dc:creator>Ross</dc:creator>
		<pubDate>Wed, 19 Aug 2009 14:35:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=2831#comment-40706</guid>
		<description>&lt;p&gt;Why not make then on a actual task pane? maybe a good start off for a VSTO addin. I Dan dare you to give it a goooooo!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Why not make then on a actual task pane? maybe a good start off for a VSTO addin. I Dan dare you to give it a goooooo!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dick Kusleika</title>
		<link>http://www.dailydoseofexcel.com/archives/2009/08/18/formatting-taskpane/#comment-40702</link>
		<dc:creator>Dick Kusleika</dc:creator>
		<pubDate>Wed, 19 Aug 2009 02:24:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=2831#comment-40702</guid>
		<description>&lt;p&gt;I don&#039;t put them on a toolbar because I want a keyboard method.  I&#039;m half and half between 2007 and 2003.  For 2007, I just made a custom tab with all that I want and the keyboard support comes with it automatically.  For 2003, I need to be able to have a keyboard hotkey or I might as well just use the existing tools.  I guess I could have made them a menu with accelerators.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I don&#8217;t put them on a toolbar because I want a keyboard method.  I&#8217;m half and half between 2007 and 2003.  For 2007, I just made a custom tab with all that I want and the keyboard support comes with it automatically.  For 2003, I need to be able to have a keyboard hotkey or I might as well just use the existing tools.  I guess I could have made them a menu with accelerators.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

