<?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: Changing Server Names in Excel 2007 Embedded Workbook Connections</title>
	<atom:link href="http://timlaqua.com/2008/09/changing-server-names-in-excel-2007-embeded-workbook-connections/feed/" rel="self" type="application/rss+xml" />
	<link>http://timlaqua.com/2008/09/changing-server-names-in-excel-2007-embeded-workbook-connections/</link>
	<description>Thoughts and Code from Tim Laqua</description>
	<lastBuildDate>Fri, 04 May 2012 13:33:06 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Mick</title>
		<link>http://timlaqua.com/2008/09/changing-server-names-in-excel-2007-embeded-workbook-connections/comment-page-1/#comment-3274</link>
		<dc:creator>Mick</dc:creator>
		<pubDate>Wed, 13 Jul 2011 19:10:23 +0000</pubDate>
		<guid isPermaLink="false">http://timlaqua.com/?p=48#comment-3274</guid>
		<description>Thanks Tim nice handy bit of code saved changing the 4.5k connections inside my Excel document. The only issue I had with this was the connection type. The Excel document that I was working with had ODBC connections so I had to change from OLEDBConnection to ODBCConnection. Maybe this could be an addition to work out the connection type objConnection.Type?</description>
		<content:encoded><![CDATA[<p>Thanks Tim nice handy bit of code saved changing the 4.5k connections inside my Excel document. The only issue I had with this was the connection type. The Excel document that I was working with had ODBC connections so I had to change from OLEDBConnection to ODBCConnection. Maybe this could be an addition to work out the connection type objConnection.Type?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim</title>
		<link>http://timlaqua.com/2008/09/changing-server-names-in-excel-2007-embeded-workbook-connections/comment-page-1/#comment-1512</link>
		<dc:creator>Tim</dc:creator>
		<pubDate>Thu, 13 Nov 2008 15:20:29 +0000</pubDate>
		<guid isPermaLink="false">http://timlaqua.com/?p=48#comment-1512</guid>
		<description>You cut and paste it in to a file called something like updateExcelConnections.vbs and then run the VBS file (it will execute using your default script host - which is usually wscript.exe).  We ran this across various shared drives and against a SharePoint repository as well (all the Excel documents MUST be checked in).

The only place we had to manually update connection strings was for Excel documents stored in SSRS.</description>
		<content:encoded><![CDATA[<p>You cut and paste it in to a file called something like updateExcelConnections.vbs and then run the VBS file (it will execute using your default script host &#8211; which is usually wscript.exe).  We ran this across various shared drives and against a SharePoint repository as well (all the Excel documents MUST be checked in).</p>
<p>The only place we had to manually update connection strings was for Excel documents stored in SSRS.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kenny</title>
		<link>http://timlaqua.com/2008/09/changing-server-names-in-excel-2007-embeded-workbook-connections/comment-page-1/#comment-1511</link>
		<dc:creator>Kenny</dc:creator>
		<pubDate>Thu, 13 Nov 2008 15:11:54 +0000</pubDate>
		<guid isPermaLink="false">http://timlaqua.com/?p=48#comment-1511</guid>
		<description>Seems very interesting! But how do you execute this script?

Thanks!</description>
		<content:encoded><![CDATA[<p>Seems very interesting! But how do you execute this script?</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

