<?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: Linking Userforms and Worksheets: Part V</title>
	<atom:link href="http://www.dailydoseofexcel.com/archives/2004/09/09/linking-userforms-and-worksheets-part-v/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dailydoseofexcel.com/archives/2004/09/09/linking-userforms-and-worksheets-part-v/</link>
	<description>Daily posts of Excel tips…and other stuff</description>
	<lastBuildDate>Tue, 07 Feb 2012 23:32:04 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Arthur</title>
		<link>http://www.dailydoseofexcel.com/archives/2004/09/09/linking-userforms-and-worksheets-part-v/#comment-56398</link>
		<dc:creator>Arthur</dc:creator>
		<pubDate>Sun, 02 Jan 2011 13:49:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=755#comment-56398</guid>
		<description>&lt;p&gt;You are Fantastic&lt;br&gt;
After so many months I found your file - I couldn&#039;t learn how to do it - and now your example make me incredible HAPPY.&lt;br&gt;
Great THX&lt;br&gt;
I love you for that ;-)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>You are Fantastic<br />
After so many months I found your file &#8211; I couldn&#8217;t learn how to do it &#8211; and now your example make me incredible HAPPY.<br />
Great THX<br />
I love you for that <img src='http://www.dailydoseofexcel.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dick Kusleika</title>
		<link>http://www.dailydoseofexcel.com/archives/2004/09/09/linking-userforms-and-worksheets-part-v/#comment-49051</link>
		<dc:creator>Dick Kusleika</dc:creator>
		<pubDate>Tue, 17 Aug 2010 19:51:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=755#comment-49051</guid>
		<description>&lt;p&gt;Gary:  That&#039;s right.  Thanks to Jan Karel Pieterse and Andy Pope for helping find this answer.  Change the code in CControlEvents to&lt;/p&gt;
&lt;div style=&quot;overflow: auto; white-space: nowrap;&quot; class=&quot;codecolorer-container vb default&quot;&gt;&lt;div style=&quot;white-space: nowrap;&quot; class=&quot;vb codecolorer&quot;&gt;&lt;span class=&quot;kw1&quot;&gt;Private&lt;/span&gt; &lt;span class=&quot;kw1&quot;&gt;Sub&lt;/span&gt; gCombo_Change()&lt;br&gt;
&lt;br&gt;
&#160; &#160; gCombo.Parent.IsDirty = &lt;span class=&quot;kw1&quot;&gt;True&lt;/span&gt;&lt;br&gt;
&#160; &#160; &lt;br&gt;
&lt;span class=&quot;kw1&quot;&gt;End&lt;/span&gt; &lt;span class=&quot;kw1&quot;&gt;Sub&lt;/span&gt;&lt;br&gt;
&lt;br&gt;
&lt;span class=&quot;kw1&quot;&gt;Private&lt;/span&gt; &lt;span class=&quot;kw1&quot;&gt;Sub&lt;/span&gt; gTextBox_Change()&lt;br&gt;
&lt;br&gt;
&#160; &#160; gTextBox.Parent.IsDirty = &lt;span class=&quot;kw1&quot;&gt;True&lt;/span&gt;&lt;br&gt;
&#160; &#160; &lt;br&gt;
&lt;span class=&quot;kw1&quot;&gt;End&lt;/span&gt; &lt;span class=&quot;kw1&quot;&gt;Sub&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;
</description>
		<content:encoded><![CDATA[<p>Gary:  That&#8217;s right.  Thanks to Jan Karel Pieterse and Andy Pope for helping find this answer.  Change the code in CControlEvents to</p>
<div style="overflow: auto; white-space: nowrap;" class="codecolorer-container vb default">
<div style="white-space: nowrap;" class="vb codecolorer"><span class="kw1">Private</span> <span class="kw1">Sub</span> gCombo_Change()</p>
<p>&nbsp; &nbsp; gCombo.Parent.IsDirty = <span class="kw1">True</span><br />
&nbsp; &nbsp; <br />
<span class="kw1">End</span> <span class="kw1">Sub</span></p>
<p><span class="kw1">Private</span> <span class="kw1">Sub</span> gTextBox_Change()</p>
<p>&nbsp; &nbsp; gTextBox.Parent.IsDirty = <span class="kw1">True</span><br />
&nbsp; &nbsp; <br />
<span class="kw1">End</span> <span class="kw1">Sub</span></div>
</div>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gary Woolever</title>
		<link>http://www.dailydoseofexcel.com/archives/2004/09/09/linking-userforms-and-worksheets-part-v/#comment-49044</link>
		<dc:creator>Gary Woolever</dc:creator>
		<pubDate>Tue, 17 Aug 2010 18:21:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=755#comment-49044</guid>
		<description>&lt;p&gt;I think I figured out the issue in the previous post. Some sort of scope / instanciation issue. I changed the references in the class module to object.parent rather than the form name and it seems to work. I guess when I used the FormName.Property syntax it must have been creating a new instance of the form and manipulating it&#039;s properties, not the form that called it.&lt;/p&gt;
&lt;p&gt;Gary&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I think I figured out the issue in the previous post. Some sort of scope / instanciation issue. I changed the references in the class module to object.parent rather than the form name and it seems to work. I guess when I used the FormName.Property syntax it must have been creating a new instance of the form and manipulating it&#8217;s properties, not the form that called it.</p>
<p>Gary</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gary Woolever</title>
		<link>http://www.dailydoseofexcel.com/archives/2004/09/09/linking-userforms-and-worksheets-part-v/#comment-48924</link>
		<dc:creator>Gary Woolever</dc:creator>
		<pubDate>Fri, 13 Aug 2010 20:44:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=755#comment-48924</guid>
		<description>&lt;p&gt;Dick,&lt;/p&gt;
&lt;p&gt;I&#039;m having trouble with the enable of the Save command button. If I call up the userform using the F5 it works fine. If I create a subroutine from a general module and load the UContact form from there, the enable functionality seems to break. I can&#039;t seem to figure out the issue. Any ideas?&lt;/p&gt;
&lt;p&gt;Thanks,&lt;br&gt;
Gary&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Dick,</p>
<p>I&#8217;m having trouble with the enable of the Save command button. If I call up the userform using the F5 it works fine. If I create a subroutine from a general module and load the UContact form from there, the enable functionality seems to break. I can&#8217;t seem to figure out the issue. Any ideas?</p>
<p>Thanks,<br />
Gary</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dick Kusleika</title>
		<link>http://www.dailydoseofexcel.com/archives/2004/09/09/linking-userforms-and-worksheets-part-v/#comment-27667</link>
		<dc:creator>Dick Kusleika</dc:creator>
		<pubDate>Tue, 25 Sep 2007 01:43:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=755#comment-27667</guid>
		<description>&lt;p&gt;Misty:  Thanks for the heads-up.  I had some permissions problems, but they&#039;re sorted now.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Misty:  Thanks for the heads-up.  I had some permissions problems, but they&#8217;re sorted now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Misty</title>
		<link>http://www.dailydoseofexcel.com/archives/2004/09/09/linking-userforms-and-worksheets-part-v/#comment-27624</link>
		<dc:creator>Misty</dc:creator>
		<pubDate>Sun, 23 Sep 2007 16:42:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=755#comment-27624</guid>
		<description>&lt;p&gt;Great information. Can&#039;t download Link UserForm.zip.  It&#039;s password protected. Is it possible to see the file for part VI as well?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Great information. Can&#8217;t download Link UserForm.zip.  It&#8217;s password protected. Is it possible to see the file for part VI as well?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: FrameTek</title>
		<link>http://www.dailydoseofexcel.com/archives/2004/09/09/linking-userforms-and-worksheets-part-v/#comment-19409</link>
		<dc:creator>FrameTek</dc:creator>
		<pubDate>Wed, 05 Apr 2006 07:24:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=755#comment-19409</guid>
		<description>&lt;p&gt;all good mate!  vb was importing the sheets as classes&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>all good mate!  vb was importing the sheets as classes</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: FrameTek</title>
		<link>http://www.dailydoseofexcel.com/archives/2004/09/09/linking-userforms-and-worksheets-part-v/#comment-19407</link>
		<dc:creator>FrameTek</dc:creator>
		<pubDate>Wed, 05 Apr 2006 06:14:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=755#comment-19407</guid>
		<description>&lt;p&gt;bloody sensational!&lt;/p&gt;
&lt;p&gt;my god have I been looking for this one&lt;/p&gt;
&lt;p&gt;I have added it to a little project of mine and straight up I get a&lt;br&gt;
runtime error 1004&lt;br&gt;
Method &#039;Range&#039; of object&#039;_Worksheet&#039; failed&lt;/p&gt;
&lt;p&gt;has me stumped but will keep pluggin away at it&lt;/p&gt;
&lt;p&gt;any advice on this is appreciated&lt;/p&gt;
&lt;p&gt;cheers&lt;br&gt;
Paul V&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>bloody sensational!</p>
<p>my god have I been looking for this one</p>
<p>I have added it to a little project of mine and straight up I get a<br />
runtime error 1004<br />
Method &#8216;Range&#8217; of object&#8217;_Worksheet&#8217; failed</p>
<p>has me stumped but will keep pluggin away at it</p>
<p>any advice on this is appreciated</p>
<p>cheers<br />
Paul V</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lamar</title>
		<link>http://www.dailydoseofexcel.com/archives/2004/09/09/linking-userforms-and-worksheets-part-v/#comment-19253</link>
		<dc:creator>Lamar</dc:creator>
		<pubDate>Thu, 23 Mar 2006 04:29:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=755#comment-19253</guid>
		<description>&lt;p&gt;ick - Thanks for the reply.  I have been busy on another project but now I am trying to get back to &#039;my&#039; stuff!&lt;/p&gt;
&lt;p&gt;Many thanks - I hope I can make a go of this.&lt;/p&gt;
&lt;p&gt;Lamar&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>ick &#8211; Thanks for the reply.  I have been busy on another project but now I am trying to get back to &#8216;my&#8217; stuff!</p>
<p>Many thanks &#8211; I hope I can make a go of this.</p>
<p>Lamar</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dick Kusleika</title>
		<link>http://www.dailydoseofexcel.com/archives/2004/09/09/linking-userforms-and-worksheets-part-v/#comment-18820</link>
		<dc:creator>Dick Kusleika</dc:creator>
		<pubDate>Tue, 14 Feb 2006 15:18:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=755#comment-18820</guid>
		<description>&lt;p&gt;Lamar:  The link to the zip file is the last line of this post (right under the image.)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Lamar:  The link to the zip file is the last line of this post (right under the image.)</p>
]]></content:encoded>
	</item>
</channel>
</rss>

