<?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: Sales Force Automation With Visio</title>
	<atom:link href="http://www.visguy.com/2007/06/03/sales-force-automation-with-visio/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.visguy.com/2007/06/03/sales-force-automation-with-visio/</link>
	<description>Shapes, Stencils, Drawings Templates, Tutorials, Tips &#38; Developer Info for Microsoft Visio</description>
	<lastBuildDate>Tue, 27 Jul 2010 23:59:20 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
	<item>
		<title>By: Visio Guy</title>
		<link>http://www.visguy.com/2007/06/03/sales-force-automation-with-visio/comment-page-1/#comment-24189</link>
		<dc:creator>Visio Guy</dc:creator>
		<pubDate>Wed, 30 Dec 2009 10:16:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.visguy.com/2007/06/03/sales-force-automation-with-visio/#comment-24189</guid>
		<description>Hi Jeff,

Just shooting from the hip, I am wondering if there is a missing reference to Excel in the VBA project?</description>
		<content:encoded><![CDATA[<p>Hi Jeff,</p>
<p>Just shooting from the hip, I am wondering if there is a missing reference to Excel in the VBA project?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff</title>
		<link>http://www.visguy.com/2007/06/03/sales-force-automation-with-visio/comment-page-1/#comment-24165</link>
		<dc:creator>Jeff</dc:creator>
		<pubDate>Thu, 24 Dec 2009 16:56:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.visguy.com/2007/06/03/sales-force-automation-with-visio/#comment-24165</guid>
		<description>Hey Chris, Thanks for this example. It pointed us in the right direction in creating a BOM in a similar manner and we have been using it for a number of years now. However I have recently upgraded to Visio 2010 Beta and the macro no longer works. It fails here:
Set xlSheet = ThisDocument.Pages.Item(&quot;TitlePage&quot;).Shapes(xlName).Object.Worksheets(1)

The Object property apparently no longer contains Worksheets. Any clues how to fix this?

Thanks,
Jeff</description>
		<content:encoded><![CDATA[<p>Hey Chris, Thanks for this example. It pointed us in the right direction in creating a BOM in a similar manner and we have been using it for a number of years now. However I have recently upgraded to Visio 2010 Beta and the macro no longer works. It fails here:<br />
Set xlSheet = ThisDocument.Pages.Item(&#8220;TitlePage&#8221;).Shapes(xlName).Object.Worksheets(1)</p>
<p>The Object property apparently no longer contains Worksheets. Any clues how to fix this?</p>
<p>Thanks,<br />
Jeff</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Visio Guy</title>
		<link>http://www.visguy.com/2007/06/03/sales-force-automation-with-visio/comment-page-1/#comment-21916</link>
		<dc:creator>Visio Guy</dc:creator>
		<pubDate>Sat, 28 Feb 2009 00:53:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.visguy.com/2007/06/03/sales-force-automation-with-visio/#comment-21916</guid>
		<description>Good catch, Sulsa!

Check the links again, I&#039;ve uploaded new .zip files that include the database.

Thanks for finding this,

- Chris</description>
		<content:encoded><![CDATA[<p>Good catch, Sulsa!</p>
<p>Check the links again, I&#8217;ve uploaded new .zip files that include the database.</p>
<p>Thanks for finding this,</p>
<p>- Chris</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sulsa</title>
		<link>http://www.visguy.com/2007/06/03/sales-force-automation-with-visio/comment-page-1/#comment-21912</link>
		<dc:creator>Sulsa</dc:creator>
		<pubDate>Fri, 27 Feb 2009 14:07:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.visguy.com/2007/06/03/sales-force-automation-with-visio/#comment-21912</guid>
		<description>The zip file only contains the Visio file.  When I insert a shape it asks for the access db.  Can you please repost the example with all of the files?  Your website has been great in helping me understand how to make a configurator for my company.

Thanks!</description>
		<content:encoded><![CDATA[<p>The zip file only contains the Visio file.  When I insert a shape it asks for the access db.  Can you please repost the example with all of the files?  Your website has been great in helping me understand how to make a configurator for my company.</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Visio Guy</title>
		<link>http://www.visguy.com/2007/06/03/sales-force-automation-with-visio/comment-page-1/#comment-21845</link>
		<dc:creator>Visio Guy</dc:creator>
		<pubDate>Mon, 16 Feb 2009 08:54:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.visguy.com/2007/06/03/sales-force-automation-with-visio/#comment-21845</guid>
		<description>Hi meerubus,

Have a look at this article:

&lt;a href=&quot;http://www.visguy.com/2006/09/13/create-visio-flowcharts-programmatically/&quot; rel=&quot;nofollow&quot;&gt;Create Visio Flowcharts Programmatically&lt;/a&gt;

It&#039;s kind of the reverse of what you need to do, but it shows you the power of Visio automation.

The Visio SDK contains examples for tracing connections in Visio diagrams, ie: which line is connected to which shape. With this info, you could build the tool you are envisioning!

- Chris</description>
		<content:encoded><![CDATA[<p>Hi meerubus,</p>
<p>Have a look at this article:</p>
<p><a  href="http://www.visguy.com/2006/09/13/create-visio-flowcharts-programmatically/" rel="nofollow">Create Visio Flowcharts Programmatically</a></p>
<p>It&#8217;s kind of the reverse of what you need to do, but it shows you the power of Visio automation.</p>
<p>The Visio SDK contains examples for tracing connections in Visio diagrams, ie: which line is connected to which shape. With this info, you could build the tool you are envisioning!</p>
<p>- Chris</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: meerubus</title>
		<link>http://www.visguy.com/2007/06/03/sales-force-automation-with-visio/comment-page-1/#comment-21705</link>
		<dc:creator>meerubus</dc:creator>
		<pubDate>Mon, 02 Feb 2009 10:47:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.visguy.com/2007/06/03/sales-force-automation-with-visio/#comment-21705</guid>
		<description>Hi,
Is it possible to generate C# codes from Visio flowchart?
For example, if i draw a flowchart of a system including decision boxes, looping, sequence control etc.. Then can Visio churn out the corresponding C# codes? ie. like a program generator.

Thanks.
Mee</description>
		<content:encoded><![CDATA[<p>Hi,<br />
Is it possible to generate C# codes from Visio flowchart?<br />
For example, if i draw a flowchart of a system including decision boxes, looping, sequence control etc.. Then can Visio churn out the corresponding C# codes? ie. like a program generator.</p>
<p>Thanks.<br />
Mee</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Visio Guy</title>
		<link>http://www.visguy.com/2007/06/03/sales-force-automation-with-visio/comment-page-1/#comment-21534</link>
		<dc:creator>Visio Guy</dc:creator>
		<pubDate>Thu, 04 Dec 2008 05:48:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.visguy.com/2007/06/03/sales-force-automation-with-visio/#comment-21534</guid>
		<description>Thanks Steve. I think it&#039;s been dead for awhile, that&#039;s why I&#039;ve provided the .zip files here in this article.</description>
		<content:encoded><![CDATA[<p>Thanks Steve. I think it&#8217;s been dead for awhile, that&#8217;s why I&#8217;ve provided the .zip files here in this article.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve Sisk</title>
		<link>http://www.visguy.com/2007/06/03/sales-force-automation-with-visio/comment-page-1/#comment-21532</link>
		<dc:creator>Steve Sisk</dc:creator>
		<pubDate>Wed, 03 Dec 2008 18:14:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.visguy.com/2007/06/03/sales-force-automation-with-visio/#comment-21532</guid>
		<description>Link to MSDN location is dead.</description>
		<content:encoded><![CDATA[<p>Link to MSDN location is dead.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lars-Erik</title>
		<link>http://www.visguy.com/2007/06/03/sales-force-automation-with-visio/comment-page-1/#comment-18580</link>
		<dc:creator>Lars-Erik</dc:creator>
		<pubDate>Tue, 10 Jun 2008 14:31:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.visguy.com/2007/06/03/sales-force-automation-with-visio/#comment-18580</guid>
		<description>&lt;b&gt;&quot;it&quot;&lt;/b&gt; should explain all you questions.
Also, for the excel linking part check out:
&lt;a href=&quot;http://support.microsoft.com/kb/254591&quot; rel=&quot;nofollow&quot;&gt;this article&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p><b>&#8220;it&#8221;</b> should explain all you questions.<br />
Also, for the excel linking part check out:<br />
<a  href="http://support.microsoft.com/kb/254591" rel="nofollow">this article</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lars-Erik</title>
		<link>http://www.visguy.com/2007/06/03/sales-force-automation-with-visio/comment-page-1/#comment-18579</link>
		<dc:creator>Lars-Erik</dc:creator>
		<pubDate>Tue, 10 Jun 2008 14:27:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.visguy.com/2007/06/03/sales-force-automation-with-visio/#comment-18579</guid>
		<description>Nicolas, you might be interested in this topic on the forum:
&lt;a href=&quot;http://visguy.com/vgforum/index.php?topic=47.0&quot; rel=&quot;nofollow&quot;&gt;shape dimensions driven by linked data&lt;/a&gt;
Its the most popular post at the moment, and I think i should explain all your questions.

- Lars</description>
		<content:encoded><![CDATA[<p>Nicolas, you might be interested in this topic on the forum:<br />
<a  href="http://visguy.com/vgforum/index.php?topic=47.0" rel="nofollow">shape dimensions driven by linked data</a><br />
Its the most popular post at the moment, and I think i should explain all your questions.</p>
<p>- Lars</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nicolas</title>
		<link>http://www.visguy.com/2007/06/03/sales-force-automation-with-visio/comment-page-1/#comment-18578</link>
		<dc:creator>Nicolas</dc:creator>
		<pubDate>Tue, 10 Jun 2008 13:42:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.visguy.com/2007/06/03/sales-force-automation-with-visio/#comment-18578</guid>
		<description>Hi!

I was hoping i coulg get some help. Iam currently designing a reactor, but my calculations in excel keep changing the final size of the reactor. Is it possible to link the cell in excel to the size of the shape in visio? For instance if the calculations come to a height of 7cm, can viso automatically take this number and adjust the reactor height accordingly

Any help is much appreciated
Thanks</description>
		<content:encoded><![CDATA[<p>Hi!</p>
<p>I was hoping i coulg get some help. Iam currently designing a reactor, but my calculations in excel keep changing the final size of the reactor. Is it possible to link the cell in excel to the size of the shape in visio? For instance if the calculations come to a height of 7cm, can viso automatically take this number and adjust the reactor height accordingly</p>
<p>Any help is much appreciated<br />
Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Visio Guy</title>
		<link>http://www.visguy.com/2007/06/03/sales-force-automation-with-visio/comment-page-1/#comment-18293</link>
		<dc:creator>Visio Guy</dc:creator>
		<pubDate>Thu, 22 May 2008 16:10:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.visguy.com/2007/06/03/sales-force-automation-with-visio/#comment-18293</guid>
		<description>Hi Rachael,

Well, I thought that I had uploaded a 2002-compatible version, but evidently it is 2003/2007. I&#039;ve just added a link for a 2002 version, also way up at the top of the article. Hopefully this will get you going!

- Chris</description>
		<content:encoded><![CDATA[<p>Hi Rachael,</p>
<p>Well, I thought that I had uploaded a 2002-compatible version, but evidently it is 2003/2007. I&#8217;ve just added a link for a 2002 version, also way up at the top of the article. Hopefully this will get you going!</p>
<p>- Chris</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rachael</title>
		<link>http://www.visguy.com/2007/06/03/sales-force-automation-with-visio/comment-page-1/#comment-18276</link>
		<dc:creator>Rachael</dc:creator>
		<pubDate>Wed, 21 May 2008 22:41:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.visguy.com/2007/06/03/sales-force-automation-with-visio/#comment-18276</guid>
		<description>You mentioned in your intro that demo was originally created for Visio before 2003.  I am running 2002 and the some of the shape features don&#039;t work with this file.

Do you happen to have an older version?

Thanks</description>
		<content:encoded><![CDATA[<p>You mentioned in your intro that demo was originally created for Visio before 2003.  I am running 2002 and the some of the shape features don&#8217;t work with this file.</p>
<p>Do you happen to have an older version?</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Visio Guy</title>
		<link>http://www.visguy.com/2007/06/03/sales-force-automation-with-visio/comment-page-1/#comment-17222</link>
		<dc:creator>Visio Guy</dc:creator>
		<pubDate>Sat, 08 Mar 2008 07:17:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.visguy.com/2007/06/03/sales-force-automation-with-visio/#comment-17222</guid>
		<description>Hi Barb!

The Candy Factory Demo refused to die. And everybody laughed when I first created it...

- Chris</description>
		<content:encoded><![CDATA[<p>Hi Barb!</p>
<p>The Candy Factory Demo refused to die. And everybody laughed when I first created it&#8230;</p>
<p>- Chris</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Barb</title>
		<link>http://www.visguy.com/2007/06/03/sales-force-automation-with-visio/comment-page-1/#comment-17218</link>
		<dc:creator>Barb</dc:creator>
		<pubDate>Fri, 07 Mar 2008 21:54:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.visguy.com/2007/06/03/sales-force-automation-with-visio/#comment-17218</guid>
		<description>Chris - I just had to let you know that I was able to leverage this example in a recent support case!  Wonderful sample, thanks again :-)</description>
		<content:encoded><![CDATA[<p>Chris &#8211; I just had to let you know that I was able to leverage this example in a recent support case!  Wonderful sample, thanks again <img src='http://www.visguy.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
