<?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: Scrolling a form</title>
	<atom:link href="http://www.dailydoseofexcel.com/archives/2005/07/17/scrolling-a-form/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dailydoseofexcel.com/archives/2005/07/17/scrolling-a-form/</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: Paolo Baroni</title>
		<link>http://www.dailydoseofexcel.com/archives/2005/07/17/scrolling-a-form/#comment-39193</link>
		<dc:creator>Paolo Baroni</dc:creator>
		<pubDate>Fri, 01 May 2009 15:56:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1193#comment-39193</guid>
		<description>&lt;p&gt;I found this as I was in a fix at work.  Thanks for posting it as I was able to sort out my form.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I found this as I was in a fix at work.  Thanks for posting it as I was able to sort out my form.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hans Schraven</title>
		<link>http://www.dailydoseofexcel.com/archives/2005/07/17/scrolling-a-form/#comment-32930</link>
		<dc:creator>Hans Schraven</dc:creator>
		<pubDate>Mon, 16 Jun 2008 08:49:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1193#comment-32930</guid>
		<description>&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; Userform_Initialize()&lt;br&gt;
&#160; &lt;span class=&quot;kw1&quot;&gt;For&lt;/span&gt; &lt;span class=&quot;kw1&quot;&gt;each&lt;/span&gt; ct &lt;span class=&quot;kw1&quot;&gt;in&lt;/span&gt; controls&lt;br&gt;
&#160; &#160;&lt;span class=&quot;kw1&quot;&gt;If&lt;/span&gt; ct.top+ct.height gt; Me.height - 6 &lt;span class=&quot;kw1&quot;&gt;then&lt;/span&gt; me.height=ct.top +ct.height+6&lt;br&gt;
&#160; &lt;span class=&quot;kw1&quot;&gt;Next&lt;/span&gt;&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[<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> Userform_Initialize()<br />
&nbsp; <span class="kw1">For</span> <span class="kw1">each</span> ct <span class="kw1">in</span> controls<br />
&nbsp; &nbsp;<span class="kw1">If</span> ct.top+ct.height gt; Me.height &#8211; 6 <span class="kw1">then</span> me.height=ct.top +ct.height+6<br />
&nbsp; <span class="kw1">Next</span><br />
<span class="kw1">End</span> <span class="kw1">Sub</span></div>
</div>
]]></content:encoded>
	</item>
	<item>
		<title>By: Maag</title>
		<link>http://www.dailydoseofexcel.com/archives/2005/07/17/scrolling-a-form/#comment-32851</link>
		<dc:creator>Maag</dc:creator>
		<pubDate>Fri, 13 Jun 2008 19:57:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1193#comment-32851</guid>
		<description>&lt;p&gt;Never mind I figured it out.  I just increased the Height to 1900 and it works just fine.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Never mind I figured it out.  I just increased the Height to 1900 and it works just fine.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Maag</title>
		<link>http://www.dailydoseofexcel.com/archives/2005/07/17/scrolling-a-form/#comment-32850</link>
		<dc:creator>Maag</dc:creator>
		<pubDate>Fri, 13 Jun 2008 19:52:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1193#comment-32850</guid>
		<description>&lt;p&gt;Thanks, this worked in part but I still can&#039;t scroll all the way to the bottom of my form - it&#039;s quite long.  The form height is currently 800.25 and I set the scroll height to 900. Any other suggestions?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Thanks, this worked in part but I still can&#8217;t scroll all the way to the bottom of my form &#8211; it&#8217;s quite long.  The form height is currently 800.25 and I set the scroll height to 900. Any other suggestions?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: deedeecrazy</title>
		<link>http://www.dailydoseofexcel.com/archives/2005/07/17/scrolling-a-form/#comment-29887</link>
		<dc:creator>deedeecrazy</dc:creator>
		<pubDate>Mon, 14 Jan 2008 23:10:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1193#comment-29887</guid>
		<description>&lt;p&gt;Thank you, Juan.  This helped me out.  I had forgotten this entirely.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Thank you, Juan.  This helped me out.  I had forgotten this entirely.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vasanth</title>
		<link>http://www.dailydoseofexcel.com/archives/2005/07/17/scrolling-a-form/#comment-27150</link>
		<dc:creator>Vasanth</dc:creator>
		<pubDate>Fri, 07 Sep 2007 11:08:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1193#comment-27150</guid>
		<description>&lt;p&gt;Hi Juan Pablo Gonzalez,&lt;/p&gt;
&lt;p&gt;Thanks for your valuable suggestion, It works fine. This is what I need, however this solution is not provided in most of the url&#039;s.&lt;/p&gt;
&lt;p&gt;Regards,&lt;br&gt;
Vasanth&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi Juan Pablo Gonzalez,</p>
<p>Thanks for your valuable suggestion, It works fine. This is what I need, however this solution is not provided in most of the url&#8217;s.</p>
<p>Regards,<br />
Vasanth</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: oak</title>
		<link>http://www.dailydoseofexcel.com/archives/2005/07/17/scrolling-a-form/#comment-17534</link>
		<dc:creator>oak</dc:creator>
		<pubDate>Mon, 21 Nov 2005 17:03:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1193#comment-17534</guid>
		<description>&lt;p&gt;Great! Exactly what I needed. Cheers.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Great! Exactly what I needed. Cheers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TwoCents</title>
		<link>http://www.dailydoseofexcel.com/archives/2005/07/17/scrolling-a-form/#comment-15580</link>
		<dc:creator>TwoCents</dc:creator>
		<pubDate>Sat, 23 Jul 2005 09:04:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1193#comment-15580</guid>
		<description>&lt;p&gt;Much more functional with the scroll bar down the side.  Pity it still looks crap.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Much more functional with the scroll bar down the side.  Pity it still looks crap.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

