<?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: Jim Has a Question</title>
	<atom:link href="http://www.automateexcel.com/2005/04/18/jim_has_a_question/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.automateexcel.com/2005/04/18/jim_has_a_question/</link>
	<description>Everything Excel. Only Excel.</description>
	<lastBuildDate>Mon, 21 Nov 2011 07:25:47 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: ross</title>
		<link>http://www.automateexcel.com/2005/04/18/jim_has_a_question/comment-page-1/#comment-298</link>
		<dc:creator>ross</dc:creator>
		<pubDate>Tue, 19 Apr 2005 15:07:28 +0000</pubDate>
		<guid isPermaLink="false">#comment-298</guid>
		<description>this does not really help, but maybe you could audit there PC and see it there is a comman &quot;thing&quot; with each of them - google sreach or somthing? - &lt;br /&gt;
&lt;br /&gt;
not very useful really, sorry :(</description>
		<content:encoded><![CDATA[<p>this does not really help, but maybe you could audit there PC and see it there is a comman &#8220;thing&#8221; with each of them &#8211; google sreach or somthing? &#8211; </p>
<p>not very useful really, sorry <img src='http://www.automateexcel.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob van Gelder</title>
		<link>http://www.automateexcel.com/2005/04/18/jim_has_a_question/comment-page-1/#comment-297</link>
		<dc:creator>Rob van Gelder</dc:creator>
		<pubDate>Mon, 18 Apr 2005 23:49:19 +0000</pubDate>
		<guid isPermaLink="false">#comment-297</guid>
		<description>Hi.&lt;br /&gt;
&lt;br /&gt;
I don&#039;t know what the problem is but it sounds similar to something I get from time to time.&lt;br /&gt;
&lt;br /&gt;
Sometimes my users (running Excel XP) open a workbook and the window is not maximised. Fine.&lt;br /&gt;
They&#039;ll go to click the maximise button and nothing happens. The button looks like it should work. It&#039;s not ghosted, it looks fine - it just doesn&#039;t work.&lt;br /&gt;
It&#039;s not until they resize the window, even a little bit, that the maximise button is re-enabled. Then they can maximise.&lt;br /&gt;
&lt;br /&gt;
What I suggest is using something like:&lt;br /&gt;
    With Application&lt;br /&gt;
        On Error Resume Next&lt;br /&gt;
        .Width = .Width + 1&lt;br /&gt;
        .Width = .Width - 1&lt;br /&gt;
        .WindowState = xlMaximized&lt;br /&gt;
    End With&lt;br /&gt;
</description>
		<content:encoded><![CDATA[<p>Hi.</p>
<p>I don&#8217;t know what the problem is but it sounds similar to something I get from time to time.</p>
<p>Sometimes my users (running Excel XP) open a workbook and the window is not maximised. Fine.<br />
They&#8217;ll go to click the maximise button and nothing happens. The button looks like it should work. It&#8217;s not ghosted, it looks fine &#8211; it just doesn&#8217;t work.<br />
It&#8217;s not until they resize the window, even a little bit, that the maximise button is re-enabled. Then they can maximise.</p>
<p>What I suggest is using something like:<br />
    With Application<br />
        On Error Resume Next<br />
        .Width = .Width + 1<br />
        .Width = .Width &#8211; 1<br />
        .WindowState = xlMaximized<br />
    End With</p>
]]></content:encoded>
	</item>
</channel>
</rss>

