<?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: Dynamic Favorites</title>
	<atom:link href="http://www.dailydoseofexcel.com/archives/2009/01/14/dynamic-favorites/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dailydoseofexcel.com/archives/2009/01/14/dynamic-favorites/</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: Scott</title>
		<link>http://www.dailydoseofexcel.com/archives/2009/01/14/dynamic-favorites/#comment-37573</link>
		<dc:creator>Scott</dc:creator>
		<pubDate>Wed, 28 Jan 2009 15:42:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1942#comment-37573</guid>
		<description>&lt;p&gt;And if you want to get REALLY fancy, and presuming you&#039;re &quot;managing&quot; these with a listbox, you can finally find a use for Harold&#039;s listbox Drag n Drop code!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>And if you want to get REALLY fancy, and presuming you&#8217;re &#8220;managing&#8221; these with a listbox, you can finally find a use for Harold&#8217;s listbox Drag n Drop code!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dick Kusleika</title>
		<link>http://www.dailydoseofexcel.com/archives/2009/01/14/dynamic-favorites/#comment-37562</link>
		<dc:creator>Dick Kusleika</dc:creator>
		<pubDate>Tue, 27 Jan 2009 22:31:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1942#comment-37562</guid>
		<description>&lt;p&gt;&lt;strong&gt;Scott:&lt;/strong&gt; That&#039;s kind of what I had in mind.  It would add new favorites to the bottom, but give you a userform to &quot;manage&quot; favorites.  A top-level menu would be consistent with IE, but a File level menu would be consistent with the Most Recently Used less.  I&#039;m not sure which is more intuitive.&lt;/p&gt;
&lt;p&gt;I&#039;ll probably store all the settings in an ini or xml file.  No, the &quot;folders&quot; wouldn&#039;t be tied to file-system folders, they would only exists in my app.  I&#039;m not sure what the file format will look like, but I&#039;ll definitely need some way to order them so the user can change the order.  Either I&#039;ll sequence them or I&#039;ll just re-write the file in the correct order every time.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p><strong>Scott:</strong> That&#8217;s kind of what I had in mind.  It would add new favorites to the bottom, but give you a userform to &#8220;manage&#8221; favorites.  A top-level menu would be consistent with IE, but a File level menu would be consistent with the Most Recently Used less.  I&#8217;m not sure which is more intuitive.</p>
<p>I&#8217;ll probably store all the settings in an ini or xml file.  No, the &#8220;folders&#8221; wouldn&#8217;t be tied to file-system folders, they would only exists in my app.  I&#8217;m not sure what the file format will look like, but I&#8217;ll definitely need some way to order them so the user can change the order.  Either I&#8217;ll sequence them or I&#8217;ll just re-write the file in the correct order every time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott</title>
		<link>http://www.dailydoseofexcel.com/archives/2009/01/14/dynamic-favorites/#comment-37558</link>
		<dc:creator>Scott</dc:creator>
		<pubDate>Tue, 27 Jan 2009 19:43:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1942#comment-37558</guid>
		<description>&lt;p&gt;In a way, the thing to emulate (and I hesitate to say it) might be the way IE handles favorites. The menu option (Top or Shortcut, either way) just lists the favorites in order of addition, unless you want to create specific folders to house them.  It&#039;s convienent and (most) IE users already know how to Manage their browser favorites, so maybe constructing this in the same way might be a way to go.&lt;/p&gt;
&lt;p&gt;The (big) challenge that I can see is how you specify which files go in which folders. Since the folder don&#039;t neccesarily need to be directory folders (it could just be &quot;Scott&#039;s Folder of Junk&quot;), how do you create them so that they are not tied to a directory, yet contain the files&#039; directories so that you can open them?&lt;/p&gt;
&lt;p&gt;I&#039;m thinking you would want to use the registry and simply create (or delete) folders as you &quot;manage&quot; the favorites. You could also store a sequence number in there, which would sequence and allow you to re-sequence favorites as you see fit.&lt;/p&gt;
&lt;p&gt;Then again, all this might be WAY more work then you really want to put into this project...  :-)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>In a way, the thing to emulate (and I hesitate to say it) might be the way IE handles favorites. The menu option (Top or Shortcut, either way) just lists the favorites in order of addition, unless you want to create specific folders to house them.  It&#8217;s convienent and (most) IE users already know how to Manage their browser favorites, so maybe constructing this in the same way might be a way to go.</p>
<p>The (big) challenge that I can see is how you specify which files go in which folders. Since the folder don&#8217;t neccesarily need to be directory folders (it could just be &#8220;Scott&#8217;s Folder of Junk&#8221;), how do you create them so that they are not tied to a directory, yet contain the files&#8217; directories so that you can open them?</p>
<p>I&#8217;m thinking you would want to use the registry and simply create (or delete) folders as you &#8220;manage&#8221; the favorites. You could also store a sequence number in there, which would sequence and allow you to re-sequence favorites as you see fit.</p>
<p>Then again, all this might be WAY more work then you really want to put into this project&#8230;  <img src='http://www.dailydoseofexcel.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dick Kusleika</title>
		<link>http://www.dailydoseofexcel.com/archives/2009/01/14/dynamic-favorites/#comment-37406</link>
		<dc:creator>Dick Kusleika</dc:creator>
		<pubDate>Tue, 20 Jan 2009 15:17:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1942#comment-37406</guid>
		<description>&lt;p&gt;Scott:  For that example I hardcoded the file names, but in the real implementation it will loop through the folder and find the matching files dynamically.  I think I&#039;d do it at startup only.  Newly added files wouldn&#039;t show, but I wouldn&#039;t be able to stand a one second delay in my favorites menu.&lt;/p&gt;
&lt;p&gt;Right now &quot;Manage&quot; doesn&#039;t do anything. :)  But someday it will open a userform that will let you add/delete/reorder everything.  I wanted to avoid the Manage aspect and just have add and delete, but I think people want the option even if they don&#039;t use it.&lt;/p&gt;
&lt;p&gt;I&#039;m always hesitant to put something on the top menu.  It seem presumptuous for me to think that my utility is so important that it deserves the same billing as File and Edit.  But Walkenbach does it with PUP, so maybe it&#039;s OK (or maybe PUP &lt;em&gt;is&lt;/em&gt; that important).  I definitely like the shortcut menu option.&lt;/p&gt;
&lt;p&gt;Yeah, 50 frequently used files is probably a stretch on the word &quot;frequently&quot;.  I was going to limit the list to 26 entries (one for each letter of the alphabet).  I&#039;ve reconsidered.  I think I&#039;ll make it unlimited, but only provide shortcuts for the first 26.&lt;/p&gt;
&lt;p&gt;I also want to implement nesting, which would be done via the Manage userform.  That way someone could have 100 files and put them into subfolders.&lt;/p&gt;
&lt;p&gt;I love the questions, keep &#039;em coming.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Scott:  For that example I hardcoded the file names, but in the real implementation it will loop through the folder and find the matching files dynamically.  I think I&#8217;d do it at startup only.  Newly added files wouldn&#8217;t show, but I wouldn&#8217;t be able to stand a one second delay in my favorites menu.</p>
<p>Right now &#8220;Manage&#8221; doesn&#8217;t do anything. <img src='http://www.dailydoseofexcel.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />   But someday it will open a userform that will let you add/delete/reorder everything.  I wanted to avoid the Manage aspect and just have add and delete, but I think people want the option even if they don&#8217;t use it.</p>
<p>I&#8217;m always hesitant to put something on the top menu.  It seem presumptuous for me to think that my utility is so important that it deserves the same billing as File and Edit.  But Walkenbach does it with PUP, so maybe it&#8217;s OK (or maybe PUP <em>is</em> that important).  I definitely like the shortcut menu option.</p>
<p>Yeah, 50 frequently used files is probably a stretch on the word &#8220;frequently&#8221;.  I was going to limit the list to 26 entries (one for each letter of the alphabet).  I&#8217;ve reconsidered.  I think I&#8217;ll make it unlimited, but only provide shortcuts for the first 26.</p>
<p>I also want to implement nesting, which would be done via the Manage userform.  That way someone could have 100 files and put them into subfolders.</p>
<p>I love the questions, keep &#8216;em coming.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Peltier</title>
		<link>http://www.dailydoseofexcel.com/archives/2009/01/14/dynamic-favorites/#comment-37402</link>
		<dc:creator>Jon Peltier</dc:creator>
		<pubDate>Tue, 20 Jan 2009 13:49:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1942#comment-37402</guid>
		<description>&lt;p&gt;Jurgen -&lt;/p&gt;
&lt;p&gt;You can&#039;t pin a file to the MRU list, but you could certainly add a menu item above the MRU list for a workbook.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Jurgen -</p>
<p>You can&#8217;t pin a file to the MRU list, but you could certainly add a menu item above the MRU list for a workbook.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott</title>
		<link>http://www.dailydoseofexcel.com/archives/2009/01/14/dynamic-favorites/#comment-37391</link>
		<dc:creator>Scott</dc:creator>
		<pubDate>Tue, 20 Jan 2009 05:56:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1942#comment-37391</guid>
		<description>&lt;p&gt;Oh, now that&#039;s nifty! Didn&#039;t occur to me to use menus to control it. I like it! Do you specify each individual file, or does it loop and add all the ones containing the &quot;root&quot;? And what does &quot;Manage&quot; do? Open up the original form you&#039;d built?&lt;/p&gt;
&lt;p&gt;Do you think it works better from the top menu bar or from the shortcut menu? Shortcut menu might make it even quicker to access.&lt;/p&gt;
&lt;p&gt;Do you think you&#039;ll run into any menu item restrictions with this? I don&#039;t know how many favorites you have, but if you end up with, say, 50 files (ridiculous thought, I know) that are favorites, does it get too hard to manager/work with them from a menu?&lt;/p&gt;
&lt;p&gt;(Maybe I&#039;m not helping with all of these questions...)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Oh, now that&#8217;s nifty! Didn&#8217;t occur to me to use menus to control it. I like it! Do you specify each individual file, or does it loop and add all the ones containing the &#8220;root&#8221;? And what does &#8220;Manage&#8221; do? Open up the original form you&#8217;d built?</p>
<p>Do you think it works better from the top menu bar or from the shortcut menu? Shortcut menu might make it even quicker to access.</p>
<p>Do you think you&#8217;ll run into any menu item restrictions with this? I don&#8217;t know how many favorites you have, but if you end up with, say, 50 files (ridiculous thought, I know) that are favorites, does it get too hard to manager/work with them from a menu?</p>
<p>(Maybe I&#8217;m not helping with all of these questions&#8230;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dick Kusleika</title>
		<link>http://www.dailydoseofexcel.com/archives/2009/01/14/dynamic-favorites/#comment-37382</link>
		<dc:creator>Dick Kusleika</dc:creator>
		<pubDate>Mon, 19 Jan 2009 22:04:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1942#comment-37382</guid>
		<description>&lt;p&gt;&lt;strong&gt;Jurgen&lt;/strong&gt;: I don&#039;t think you can do it from VBA.  Maybe next version. :) (I doubt it)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p><strong>Jurgen</strong>: I don&#8217;t think you can do it from VBA.  Maybe next version. <img src='http://www.dailydoseofexcel.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  (I doubt it)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jurgen</title>
		<link>http://www.dailydoseofexcel.com/archives/2009/01/14/dynamic-favorites/#comment-37373</link>
		<dc:creator>Jurgen</dc:creator>
		<pubDate>Mon, 19 Jan 2009 14:37:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1942#comment-37373</guid>
		<description>&lt;p&gt;oops, sorry for double posting. Received an error, something like  &#039;post could not be found&#039; and posted again  but it seemed it got through the first time.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>oops, sorry for double posting. Received an error, something like  &#8216;post could not be found&#8217; and posted again  but it seemed it got through the first time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jurgen</title>
		<link>http://www.dailydoseofexcel.com/archives/2009/01/14/dynamic-favorites/#comment-37372</link>
		<dc:creator>Jurgen</dc:creator>
		<pubDate>Mon, 19 Jan 2009 14:34:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1942#comment-37372</guid>
		<description>&lt;p&gt;I have a macro that auto-increments the file version number (in the filename, like &#039;my file v1.02.xslb&#039;) and adds it to the RecentFiles collection.&lt;br&gt;
In Excel 2007 you can &#039;pin&#039; a file in the recent documents list, any idea on how you can do this from VBA?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I have a macro that auto-increments the file version number (in the filename, like &#8216;my file v1.02.xslb&#8217;) and adds it to the RecentFiles collection.<br />
In Excel 2007 you can &#8216;pin&#8217; a file in the recent documents list, any idea on how you can do this from VBA?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jurgen</title>
		<link>http://www.dailydoseofexcel.com/archives/2009/01/14/dynamic-favorites/#comment-37371</link>
		<dc:creator>Jurgen</dc:creator>
		<pubDate>Mon, 19 Jan 2009 14:32:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1942#comment-37371</guid>
		<description>&lt;p&gt;I have a macro that auto-creates a new version of my files by incrementing the version number in the filename (&quot;my file v1.02.xlsb&quot;). The file is added to the RecentFiles collection.&lt;br&gt;
In Excel 2007 you can &#039;pin&#039; a recent file to the list, but I can&#039;t find how I can pin the file from VBA.&lt;br&gt;
any ideas?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I have a macro that auto-creates a new version of my files by incrementing the version number in the filename (&#8220;my file v1.02.xlsb&#8221;). The file is added to the RecentFiles collection.<br />
In Excel 2007 you can &#8216;pin&#8217; a recent file to the list, but I can&#8217;t find how I can pin the file from VBA.<br />
any ideas?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

