<?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 II</title>
	<atom:link href="http://www.dailydoseofexcel.com/archives/2004/09/03/linking-userforms-and-worksheets-part-ii/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dailydoseofexcel.com/archives/2004/09/03/linking-userforms-and-worksheets-part-ii/</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: Jodiebennett</title>
		<link>http://www.dailydoseofexcel.com/archives/2004/09/03/linking-userforms-and-worksheets-part-ii/#comment-30996</link>
		<dc:creator>Jodiebennett</dc:creator>
		<pubDate>Thu, 28 Feb 2008 18:08:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=748#comment-30996</guid>
		<description>&lt;p&gt;Hi&lt;br&gt;
I have created a userform that doesn&#039;t fit on the page when in play mode. I have installed a scroll bar so you can go down and fill in the parts but it does not work? Can you help?&lt;br&gt;
Also I have installed code to resize frames if a certain check box is ticked how do I include an exception? Pls find code below. &lt;/p&gt;
&lt;p&gt;Private Sub CheckBox2_Change()&lt;br&gt;
If CheckBox2.Value = True Then&lt;br&gt;
    Frame7.Visible = True&lt;br&gt;
Else&lt;br&gt;
    CheckBox2.Value = False&lt;br&gt;
    Frame7.Visible = False&lt;/p&gt;
&lt;p&gt;End If&lt;/p&gt;
&lt;p&gt;If CheckBox2.Value = True Then&lt;br&gt;
    Frame7.Top = 240&lt;br&gt;
End If&lt;/p&gt;
&lt;p&gt;End Sub&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi<br />
I have created a userform that doesn&#8217;t fit on the page when in play mode. I have installed a scroll bar so you can go down and fill in the parts but it does not work? Can you help?<br />
Also I have installed code to resize frames if a certain check box is ticked how do I include an exception? Pls find code below. </p>
<p>Private Sub CheckBox2_Change()<br />
If CheckBox2.Value = True Then<br />
    Frame7.Visible = True<br />
Else<br />
    CheckBox2.Value = False<br />
    Frame7.Visible = False</p>
<p>End If</p>
<p>If CheckBox2.Value = True Then<br />
    Frame7.Top = 240<br />
End If</p>
<p>End Sub</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Motherindia</title>
		<link>http://www.dailydoseofexcel.com/archives/2004/09/03/linking-userforms-and-worksheets-part-ii/#comment-30093</link>
		<dc:creator>Motherindia</dc:creator>
		<pubDate>Sun, 27 Jan 2008 11:14:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=748#comment-30093</guid>
		<description>&lt;p&gt;I have set up a userform. On the userform the user has to fill in it&#039;s data. That data should be written on a worksheet, in which the data will be calculated and the result should be shown in a messagebox wich has to appear after the user clicks at calculate on the userform. Could you help me out of this or give me some tips? Thanks in advance.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I have set up a userform. On the userform the user has to fill in it&#8217;s data. That data should be written on a worksheet, in which the data will be calculated and the result should be shown in a messagebox wich has to appear after the user clicks at calculate on the userform. Could you help me out of this or give me some tips? Thanks in advance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dick Kusleika</title>
		<link>http://www.dailydoseofexcel.com/archives/2004/09/03/linking-userforms-and-worksheets-part-ii/#comment-28845</link>
		<dc:creator>Dick Kusleika</dc:creator>
		<pubDate>Wed, 21 Nov 2007 15:38:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=748#comment-28845</guid>
		<description>&lt;p&gt;venus:  You can download the workbook from here &lt;a href=&quot;http://www.dailydoseofexcel.com/archives/2004/09/09/linking-userforms-and-worksheets-part-v/&quot; rel=&quot;nofollow&quot;&gt;http://www.dailydoseofexcel.com/archives/2004/09/09/linking-userforms-and-worksheets-part-v/&lt;/a&gt;&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>venus:  You can download the workbook from here <a href="http://www.dailydoseofexcel.com/archives/2004/09/09/linking-userforms-and-worksheets-part-v/" rel="nofollow">http://www.dailydoseofexcel.com/archives/2004/09/09/linking-userforms-and-worksheets-part-v/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: venus</title>
		<link>http://www.dailydoseofexcel.com/archives/2004/09/03/linking-userforms-and-worksheets-part-ii/#comment-28842</link>
		<dc:creator>venus</dc:creator>
		<pubDate>Wed, 21 Nov 2007 09:47:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=748#comment-28842</guid>
		<description>&lt;p&gt;can you please send me the whole VBA above. Its forms and codes. or send me the link so I can just download it. I will really much appreciate it. Thanks in advance&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>can you please send me the whole VBA above. Its forms and codes. or send me the link so I can just download it. I will really much appreciate it. Thanks in advance</p>
]]></content:encoded>
	</item>
</channel>
</rss>

