<?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: Navigating Protected Sheets</title>
	<atom:link href="http://www.dailydoseofexcel.com/archives/2009/07/31/navigating-protected-sheets/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dailydoseofexcel.com/archives/2009/07/31/navigating-protected-sheets/</link>
	<description>Daily posts of Excel tips…and other stuff</description>
	<lastBuildDate>Thu, 09 Feb 2012 23:42:03 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Dan Maxey</title>
		<link>http://www.dailydoseofexcel.com/archives/2009/07/31/navigating-protected-sheets/#comment-40464</link>
		<dc:creator>Dan Maxey</dc:creator>
		<pubDate>Tue, 04 Aug 2009 16:30:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=2752#comment-40464</guid>
		<description>&lt;p&gt;Once I was asked to set up a situation where, under certain circumstances, sheets would be programically hidden / unhidden (no problem), programatically written to (no problem), and prevent users from writing to certain areas that the program could itself write to.  I became very aware of the limitations and bugs surrounding &quot;Select Locked Cells&quot; and &quot;Select Unlocked Cells&quot;.  Try to change those checkboxes programatically.  The only workaround I could manage was using SendKeys (ack!).  In my opinion this whole Locked / Unlocked thing could use an overhaul by Microsoft.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Once I was asked to set up a situation where, under certain circumstances, sheets would be programically hidden / unhidden (no problem), programatically written to (no problem), and prevent users from writing to certain areas that the program could itself write to.  I became very aware of the limitations and bugs surrounding &#8220;Select Locked Cells&#8221; and &#8220;Select Unlocked Cells&#8221;.  Try to change those checkboxes programatically.  The only workaround I could manage was using SendKeys (ack!).  In my opinion this whole Locked / Unlocked thing could use an overhaul by Microsoft.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James Jordin</title>
		<link>http://www.dailydoseofexcel.com/archives/2009/07/31/navigating-protected-sheets/#comment-40451</link>
		<dc:creator>James Jordin</dc:creator>
		<pubDate>Mon, 03 Aug 2009 12:07:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=2752#comment-40451</guid>
		<description>&lt;p&gt;This bug is something I come across quite frequently in 2003 if &quot;select locked cells&quot; is unchecked, but if &quot;select unlocked cells&quot; is checked. If neither or both of these settings are enabled, the bug appears to go away.&lt;/p&gt;
&lt;p&gt;Occasionally, I&#039;m asked to use a sheet purely to display data - in situations where it&#039;s important for users not to be able to select locked cells, but where having unlocked/selectable cells is not a requirement, I find that by making sure both the &quot;select locked cells&quot; and &quot;select unlocked cells&quot; boxes are unchecked, I can still use the CTRL+PAGE UP/PAGE DOWN shortcut keys. Therefore, the bug would appear to be related to both the &quot;select locked cells&quot; and &quot;select unlocked cells&quot; settings.&lt;/p&gt;
&lt;p&gt;Very strange... maybe there&#039;s some legacy code buried within Excel that uses these keystrokes for navigation? Just a thought... and a completely unqualified guess of a thought at that!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>This bug is something I come across quite frequently in 2003 if &#8220;select locked cells&#8221; is unchecked, but if &#8220;select unlocked cells&#8221; is checked. If neither or both of these settings are enabled, the bug appears to go away.</p>
<p>Occasionally, I&#8217;m asked to use a sheet purely to display data &#8211; in situations where it&#8217;s important for users not to be able to select locked cells, but where having unlocked/selectable cells is not a requirement, I find that by making sure both the &#8220;select locked cells&#8221; and &#8220;select unlocked cells&#8221; boxes are unchecked, I can still use the CTRL+PAGE UP/PAGE DOWN shortcut keys. Therefore, the bug would appear to be related to both the &#8220;select locked cells&#8221; and &#8220;select unlocked cells&#8221; settings.</p>
<p>Very strange&#8230; maybe there&#8217;s some legacy code buried within Excel that uses these keystrokes for navigation? Just a thought&#8230; and a completely unqualified guess of a thought at that!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan</title>
		<link>http://www.dailydoseofexcel.com/archives/2009/07/31/navigating-protected-sheets/#comment-40426</link>
		<dc:creator>Dan</dc:creator>
		<pubDate>Fri, 31 Jul 2009 18:58:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=2752#comment-40426</guid>
		<description>&lt;p&gt;I saw this in 2003, and it&#039;s still there in 2007.  I was quite annoyed too.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I saw this in 2003, and it&#8217;s still there in 2007.  I was quite annoyed too.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ron de Bruin</title>
		<link>http://www.dailydoseofexcel.com/archives/2009/07/31/navigating-protected-sheets/#comment-40422</link>
		<dc:creator>Ron de Bruin</dc:creator>
		<pubDate>Fri, 31 Jul 2009 16:08:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=2752#comment-40422</guid>
		<description>&lt;p&gt;Hi Dick&lt;/p&gt;
&lt;p&gt;2007 and 2010 also have this bug&lt;/p&gt;
&lt;p&gt;I report that bug in the 2003 beta and in the 2007 beta and I&lt;br&gt;
Not do it again in the 2010 beta.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi Dick</p>
<p>2007 and 2010 also have this bug</p>
<p>I report that bug in the 2003 beta and in the 2007 beta and I<br />
Not do it again in the 2010 beta.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

