<?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: BUG: MultiPage Controls on 2003</title>
	<atom:link href="http://www.dailydoseofexcel.com/archives/2004/07/20/bug-multipage-controls-on-2003/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dailydoseofexcel.com/archives/2004/07/20/bug-multipage-controls-on-2003/</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: Pete</title>
		<link>http://www.dailydoseofexcel.com/archives/2004/07/20/bug-multipage-controls-on-2003/#comment-40450</link>
		<dc:creator>Pete</dc:creator>
		<pubDate>Mon, 03 Aug 2009 08:41:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=690#comment-40450</guid>
		<description>&lt;p&gt;This tip is great and I can kind of re-work my user form to use this command and achievce what I need. Thankyou.&lt;/p&gt;
&lt;p&gt;However, ideally I would like to set the second page of my form only to be enabled when a certain check box on the first page is checked.  Have tried a few things but no sucess.  I&#039;m very new to VBA so possibly I am making an ameteuristic mistake.&lt;/p&gt;
&lt;p&gt;Thanks in Advance for any help.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>This tip is great and I can kind of re-work my user form to use this command and achievce what I need. Thankyou.</p>
<p>However, ideally I would like to set the second page of my form only to be enabled when a certain check box on the first page is checked.  Have tried a few things but no sucess.  I&#8217;m very new to VBA so possibly I am making an ameteuristic mistake.</p>
<p>Thanks in Advance for any help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alan W</title>
		<link>http://www.dailydoseofexcel.com/archives/2004/07/20/bug-multipage-controls-on-2003/#comment-39993</link>
		<dc:creator>Alan W</dc:creator>
		<pubDate>Tue, 23 Jun 2009 16:16:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=690#comment-39993</guid>
		<description>&lt;p&gt;Surfed in here today, and I appreciate the help very much.  Great work around -- thank you very much for a solution to my problem!!  More proof that Microsoft does not always have all the answers!&lt;/p&gt;
&lt;p&gt;Thank you again,&lt;br&gt;
Alan&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Surfed in here today, and I appreciate the help very much.  Great work around &#8212; thank you very much for a solution to my problem!!  More proof that Microsoft does not always have all the answers!</p>
<p>Thank you again,<br />
Alan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://www.dailydoseofexcel.com/archives/2004/07/20/bug-multipage-controls-on-2003/#comment-26474</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Wed, 15 Aug 2007 13:53:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=690#comment-26474</guid>
		<description>&lt;p&gt;I have been struggling with this problem for over a week now.&lt;br&gt;
All of the code I wrote using Excel 2000 suddenly fell over when I &quot;Up&quot;graded to Excel 2003...&lt;br&gt;
I used Andy Pope&#039;s suggestion of using the click event instead of the change event and its all working again.&lt;br&gt;
I can only guess that its an intentional fix in Excel 2003, preventing people from writing code which changes the multipage value, which is triggered by the multipage_change() event.&lt;br&gt;
I suppose its conceivable that the code could fall into the chain of:&lt;br&gt;
multipage_change()  -&gt;  multipage.value = X  -&gt;  multipage_change()  -&gt;  multipage.value = X  -&gt;  ...&lt;/p&gt;
&lt;p&gt;And maybe theres something in Excel 2003 preventing this from happening.&lt;/p&gt;
&lt;p&gt;Anyway, my problem is fixed.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I have been struggling with this problem for over a week now.<br />
All of the code I wrote using Excel 2000 suddenly fell over when I &#8220;Up&#8221;graded to Excel 2003&#8230;<br />
I used Andy Pope&#8217;s suggestion of using the click event instead of the change event and its all working again.<br />
I can only guess that its an intentional fix in Excel 2003, preventing people from writing code which changes the multipage value, which is triggered by the multipage_change() event.<br />
I suppose its conceivable that the code could fall into the chain of:<br />
multipage_change()  -&gt;  multipage.value = X  -&gt;  multipage_change()  -&gt;  multipage.value = X  -&gt;  &#8230;</p>
<p>And maybe theres something in Excel 2003 preventing this from happening.</p>
<p>Anyway, my problem is fixed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Darren</title>
		<link>http://www.dailydoseofexcel.com/archives/2004/07/20/bug-multipage-controls-on-2003/#comment-22644</link>
		<dc:creator>Darren</dc:creator>
		<pubDate>Sat, 03 Mar 2007 03:35:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=690#comment-22644</guid>
		<description>&lt;p&gt;This bug still seesm to be around in Excel 2007. I&#039;m so grateful to have found this page.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>This bug still seesm to be around in Excel 2007. I&#8217;m so grateful to have found this page.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave</title>
		<link>http://www.dailydoseofexcel.com/archives/2004/07/20/bug-multipage-controls-on-2003/#comment-12285</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Wed, 04 May 2005 15:47:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=690#comment-12285</guid>
		<description>&lt;p&gt;You&#039;re a friggin&#039; genius!  I&#039;ve been pulling out what little hair I have left for two days over this one.  BTW, this wasn&#039;t a bug in Excel 2000, but cropped up in XP and 2003.&lt;/p&gt;
&lt;p&gt;Way to think outside the box!&lt;/p&gt;
&lt;p&gt;Thank you, thank you, thank you.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>You&#8217;re a friggin&#8217; genius!  I&#8217;ve been pulling out what little hair I have left for two days over this one.  BTW, this wasn&#8217;t a bug in Excel 2000, but cropped up in XP and 2003.</p>
<p>Way to think outside the box!</p>
<p>Thank you, thank you, thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dick</title>
		<link>http://www.dailydoseofexcel.com/archives/2004/07/20/bug-multipage-controls-on-2003/#comment-2014</link>
		<dc:creator>Dick</dc:creator>
		<pubDate>Wed, 15 Sep 2004 04:42:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=690#comment-2014</guid>
		<description>&lt;p&gt;Nitin:  I don&#039;t know the cause.  Even if MS let me see the code for Excel, I guarantee I wouldn&#039;t understand it.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Nitin:  I don&#8217;t know the cause.  Even if MS let me see the code for Excel, I guarantee I wouldn&#8217;t understand it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nitin</title>
		<link>http://www.dailydoseofexcel.com/archives/2004/07/20/bug-multipage-controls-on-2003/#comment-2013</link>
		<dc:creator>Nitin</dc:creator>
		<pubDate>Mon, 13 Sep 2004 23:32:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=690#comment-2013</guid>
		<description>&lt;p&gt;I have been trying to solve this issue for the past week and this solution ROCKS. Thank you for posting the solution to this issue. Do you know the reason behind this issue or what causing it. &lt;/p&gt;
&lt;p&gt;Thank you&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I have been trying to solve this issue for the past week and this solution ROCKS. Thank you for posting the solution to this issue. Do you know the reason behind this issue or what causing it. </p>
<p>Thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dick</title>
		<link>http://www.dailydoseofexcel.com/archives/2004/07/20/bug-multipage-controls-on-2003/#comment-2012</link>
		<dc:creator>Dick</dc:creator>
		<pubDate>Tue, 27 Jul 2004 00:25:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=690#comment-2012</guid>
		<description>&lt;p&gt;Andy:  We have a contact person (called a Lead) at Microsoft to whom we can report bugs.  I don&#039;t think we get any special treatment though.  The only benefit that I&#039;ve ever seen is that she reads the messages and frankly I wouldn&#039;t know where else to submit them.  I looked around microsoft.com for a bug submission page, but came up empty.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Andy:  We have a contact person (called a Lead) at Microsoft to whom we can report bugs.  I don&#8217;t think we get any special treatment though.  The only benefit that I&#8217;ve ever seen is that she reads the messages and frankly I wouldn&#8217;t know where else to submit them.  I looked around microsoft.com for a bug submission page, but came up empty.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy Miller</title>
		<link>http://www.dailydoseofexcel.com/archives/2004/07/20/bug-multipage-controls-on-2003/#comment-2011</link>
		<dc:creator>Andy Miller</dc:creator>
		<pubDate>Mon, 26 Jul 2004 22:42:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=690#comment-2011</guid>
		<description>&lt;p&gt;Speaking of bugs... I was just curious: since you&#039;re an MVP, do you have the authority/status/ability to report bugs to Microsoft and have them actually pay attention?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Speaking of bugs&#8230; I was just curious: since you&#8217;re an MVP, do you have the authority/status/ability to report bugs to Microsoft and have them actually pay attention?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Juan Pablo G</title>
		<link>http://www.dailydoseofexcel.com/archives/2004/07/20/bug-multipage-controls-on-2003/#comment-2010</link>
		<dc:creator>Juan Pablo G</dc:creator>
		<pubDate>Thu, 22 Jul 2004 16:23:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=690#comment-2010</guid>
		<description>&lt;p&gt;Sorry, I meant Andy, not Andrew...&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Sorry, I meant Andy, not Andrew&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

