<?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: Some Links</title>
	<atom:link href="http://www.dailydoseofexcel.com/archives/2008/01/31/some-links/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dailydoseofexcel.com/archives/2008/01/31/some-links/</link>
	<description>Daily posts of Excel tips…and other stuff</description>
	<lastBuildDate>Wed, 08 Feb 2012 23:58:05 +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/2008/01/31/some-links/#comment-30537</link>
		<dc:creator>Dick Kusleika</dc:creator>
		<pubDate>Sat, 09 Feb 2008 17:16:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1804#comment-30537</guid>
		<description>&lt;p&gt;aaron:  try here &lt;a href=&quot;http://www.tushar-mehta.com/publish_train/xl_vba_cases/vba_web_pages_services/index.htm&quot; rel=&quot;nofollow&quot;&gt;http://www.tushar-mehta.com/publish_train/xl_vba_cases/vba_web_pages_services/index.htm&lt;/a&gt;&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>aaron:  try here <a href="http://www.tushar-mehta.com/publish_train/xl_vba_cases/vba_web_pages_services/index.htm" rel="nofollow">http://www.tushar-mehta.com/publish_train/xl_vba_cases/vba_web_pages_services/index.htm</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: aaron</title>
		<link>http://www.dailydoseofexcel.com/archives/2008/01/31/some-links/#comment-30516</link>
		<dc:creator>aaron</dc:creator>
		<pubDate>Fri, 08 Feb 2008 19:41:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1804#comment-30516</guid>
		<description>&lt;p&gt;Hello:&lt;/p&gt;
&lt;p&gt;After many hours searching the web, I found your 2004 Automating Internet Explorer posting on how to download all the hyperlinks from a webpage. Unfortunately, I cannot find the Microsoft Internet Controls Reference. It&#039;s no longer supported - from what I can gather.&lt;/p&gt;
&lt;p&gt;What else do you suggest?&lt;/p&gt;
&lt;p&gt;This is what I am attempting to accomplish:&lt;/p&gt;
&lt;p&gt;1. Download links from the main site.&lt;br&gt;
2. Based on key word of physician open the physicians directory page and download list of specialities.&lt;br&gt;
3. Click on each speciality hyperlink which will then take me to a list of doctors. Download this hyperlink list.&lt;br&gt;
4. Then, click on each physician hyperlink and download phyiscian bios in csv or xml format.&lt;br&gt;
5. When done go back to the list of specialities and repeat the process until I have downloaded all of the information.&lt;/p&gt;
&lt;p&gt;Any help would be much appreciated!&lt;/p&gt;
&lt;p&gt;ADR&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hello:</p>
<p>After many hours searching the web, I found your 2004 Automating Internet Explorer posting on how to download all the hyperlinks from a webpage. Unfortunately, I cannot find the Microsoft Internet Controls Reference. It&#8217;s no longer supported &#8211; from what I can gather.</p>
<p>What else do you suggest?</p>
<p>This is what I am attempting to accomplish:</p>
<p>1. Download links from the main site.<br />
2. Based on key word of physician open the physicians directory page and download list of specialities.<br />
3. Click on each speciality hyperlink which will then take me to a list of doctors. Download this hyperlink list.<br />
4. Then, click on each physician hyperlink and download phyiscian bios in csv or xml format.<br />
5. When done go back to the list of specialities and repeat the process until I have downloaded all of the information.</p>
<p>Any help would be much appreciated!</p>
<p>ADR</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jim Cone</title>
		<link>http://www.dailydoseofexcel.com/archives/2008/01/31/some-links/#comment-30255</link>
		<dc:creator>Jim Cone</dc:creator>
		<pubDate>Thu, 31 Jan 2008 20:58:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1804#comment-30255</guid>
		<description>&lt;p&gt;I used the Code Library in the Office XP Developer edition for a while, but it tended to be unstable and was quite large.&lt;br&gt;
Currently I have a 170 sheet XL workbook with a hyperlinked table of contents and a toolbar button activated list box with all of the sheets listed...&lt;br&gt;
from ADO to XL2007.  I can manage to find stuff in it, but a cross reference system of some sort would be nice.  It is about 1/2 the size of the Developer&lt;br&gt;
edition Code Library, but still takes it own sweet time to save.&lt;br&gt;
It is not something I want to lose, so a backup is automatically made, when the file is closed, to a separate partition.&lt;br&gt;
Even with the above, it is ofter easier to look in the manila file folders containing code print outs from various programs I&#039;ve written.&lt;br&gt;
Whatever works for you.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I used the Code Library in the Office XP Developer edition for a while, but it tended to be unstable and was quite large.<br />
Currently I have a 170 sheet XL workbook with a hyperlinked table of contents and a toolbar button activated list box with all of the sheets listed&#8230;<br />
from ADO to XL2007.  I can manage to find stuff in it, but a cross reference system of some sort would be nice.  It is about 1/2 the size of the Developer<br />
edition Code Library, but still takes it own sweet time to save.<br />
It is not something I want to lose, so a backup is automatically made, when the file is closed, to a separate partition.<br />
Even with the above, it is ofter easier to look in the manila file folders containing code print outs from various programs I&#8217;ve written.<br />
Whatever works for you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Colin Banfield</title>
		<link>http://www.dailydoseofexcel.com/archives/2008/01/31/some-links/#comment-30251</link>
		<dc:creator>Colin Banfield</dc:creator>
		<pubDate>Thu, 31 Jan 2008 19:13:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1804#comment-30251</guid>
		<description>&lt;p&gt;Jon Peltier wrote:&lt;br&gt;
I use Windows Explorer as my code library. I have probably thousands of saved emails, newsgroup posts, text files, web pages, modules, workbooks, image files, etc., which reside in a labyrinthine directory hierarchy. Sometimes, I even just open a workbook or add-in that I know uses the snippet I want. Lately it seems that I often go to Google before diving into my own code maze. It sounds pretty bad, but it isn&#039;t really.&lt;/p&gt;
&lt;p&gt;I use the same techniques, although for some time now I&#039;ve been thinking of getting a &quot;real&quot; tool with better code management capabilities.  Now that Dick has put the issue back into my consciousness, I&#039;ll check out Dennis&#039;s library.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Jon Peltier wrote:<br />
I use Windows Explorer as my code library. I have probably thousands of saved emails, newsgroup posts, text files, web pages, modules, workbooks, image files, etc., which reside in a labyrinthine directory hierarchy. Sometimes, I even just open a workbook or add-in that I know uses the snippet I want. Lately it seems that I often go to Google before diving into my own code maze. It sounds pretty bad, but it isn&#8217;t really.</p>
<p>I use the same techniques, although for some time now I&#8217;ve been thinking of getting a &#8220;real&#8221; tool with better code management capabilities.  Now that Dick has put the issue back into my consciousness, I&#8217;ll check out Dennis&#8217;s library.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Peltier</title>
		<link>http://www.dailydoseofexcel.com/archives/2008/01/31/some-links/#comment-30248</link>
		<dc:creator>Jon Peltier</dc:creator>
		<pubDate>Thu, 31 Jan 2008 18:09:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1804#comment-30248</guid>
		<description>&lt;p&gt;I use Windows Explorer as my code library. I have probably thousands of saved emails, newsgroup posts, text files, web pages, modules, workbooks, image files, etc., which reside in a labyrinthine directory hierarchy. Sometimes, I even just open a workbook or add-in that I know uses the snippet I want. Lately it seems that I often go to Google before diving into my own code maze. It sounds pretty bad, but it isn&#039;t really.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I use Windows Explorer as my code library. I have probably thousands of saved emails, newsgroup posts, text files, web pages, modules, workbooks, image files, etc., which reside in a labyrinthine directory hierarchy. Sometimes, I even just open a workbook or add-in that I know uses the snippet I want. Lately it seems that I often go to Google before diving into my own code maze. It sounds pretty bad, but it isn&#8217;t really.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fencliff</title>
		<link>http://www.dailydoseofexcel.com/archives/2008/01/31/some-links/#comment-30245</link>
		<dc:creator>Fencliff</dc:creator>
		<pubDate>Thu, 31 Jan 2008 17:15:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1804#comment-30245</guid>
		<description>&lt;p&gt;Interesting to hear that there are still some people who don&#039;t use any kind of code/snippet library. I couldn&#039;t live with mine, but I&#039;m starting to doubt whether I only use the tools I use because I&#039;m used to them.&lt;/p&gt;
&lt;p&gt;I use MZ-Tools for snippets, and a Subversion repository for my classes. I realize the latter is an overkill, but all the sources my apps under development and in production are in there, and I can access it from home and work just the same, so it works for me.&lt;/p&gt;
&lt;p&gt;How do you guys keep your code libraries?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Interesting to hear that there are still some people who don&#8217;t use any kind of code/snippet library. I couldn&#8217;t live with mine, but I&#8217;m starting to doubt whether I only use the tools I use because I&#8217;m used to them.</p>
<p>I use MZ-Tools for snippets, and a Subversion repository for my classes. I realize the latter is an overkill, but all the sources my apps under development and in production are in there, and I can access it from home and work just the same, so it works for me.</p>
<p>How do you guys keep your code libraries?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

