<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>a32.Blog &#187; excel</title>
	<atom:link href="http://a32.me/category/excel/feed/" rel="self" type="application/rss+xml" />
	<link>http://a32.me</link>
	<description>It&#039;s all about. IT and &#34;stuff&#34; :)</description>
	<lastBuildDate>Fri, 04 May 2012 07:14:24 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Navigation through Excel sheet &#8211; End Of Data</title>
		<link>http://a32.me/2010/08/navigation-through-excel-sheet-end-of-data/</link>
		<comments>http://a32.me/2010/08/navigation-through-excel-sheet-end-of-data/#comments</comments>
		<pubDate>Mon, 02 Aug 2010 14:14:59 +0000</pubDate>
		<dc:creator>Constantin Bosneaga</dc:creator>
				<category><![CDATA[excel]]></category>

		<guid isPermaLink="false">http://a32.me/?p=537</guid>
		<description><![CDATA[Quickly move to the end or beginning of big chunks of data. Magic shortcut is Ctrl + &#60;arrow_key&#62; Ctrl + Up - Moves cursor up until empty cell Ctrl + Down - Moves cursor down until empty cell Ctrl + Left - Moves cursor left until empty cell Ctrl + Right - Moves cursor right [...]]]></description>
			<content:encoded><![CDATA[<p>Quickly move to the end or beginning of big chunks of data.</p>
<p><span id="more-537"></span>Magic shortcut is Ctrl + &lt;arrow_key&gt;</p>
<blockquote><p>Ctrl + Up - Moves cursor up until empty cell</p>
<p>Ctrl + Down - Moves cursor down until empty cell</p>
<p>Ctrl + Left - Moves cursor left until empty cell</p>
<p>Ctrl + Right - Moves cursor right until empty cell</p></blockquote>
<p>When holding Ctrl + Shift + &lt;array keys&gt; it moves cursor <strong>and extends the selection area. </strong>Very practical example to select rectangular data within TWO strokes:</p>
<ol>
<li>While holding "Ctrl + Shift"  push "Left"</li>
<li>While still holding "Ctrl + Shift"  push "Down"</li>
</ol>
<p><a href="http://a32.me/wp-content/uploads/2010/08/ex_eod00.jpg"><img class="alignnone size-full wp-image-538" title="ex_eod00" src="http://a32.me/wp-content/uploads/2010/08/ex_eod00.jpg" alt="" width="289" height="183" /></a></p>
<p><a href="http://a32.me/wp-content/uploads/2010/08/ex_eod01.jpg"><img class="alignnone size-full wp-image-539" title="ex_eod01" src="http://a32.me/wp-content/uploads/2010/08/ex_eod01.jpg" alt="" width="288" height="181" /></a></p>
<p><a href="http://a32.me/wp-content/uploads/2010/08/ex_eod02.jpg"><img class="alignnone size-full wp-image-540" title="ex_eod02" src="http://a32.me/wp-content/uploads/2010/08/ex_eod02.jpg" alt="" width="295" height="189" /></a></p>
<h2>Date data end within VBA code</h2>
<p>The same keyboard trick is available from VBA code</p>
<blockquote>
<pre>Sheets("Sheet1").Cells(1, 1).End(xlToRight)</pre>
<pre>Sheets("Sheet1").Cells(1, 1).End(xlDown)</pre>
<pre>Sheets("Sheet1").Cells(1, 1).End(xlToLeft)</pre>
<pre>Sheets("Sheet1").Cells(1, 1).End(xlUp)</pre>
</blockquote>

				<div class="mr_social_sharing_wrapper">
				<!-- Social Sharing Toolkit v2.0.8 | http://www.active-bits.nl/support/social-sharing-toolkit/ --><span class="mr_social_sharing"><iframe src="https://www.facebook.com/plugins/like.php?locale=en_US&amp;href=http%3A%2F%2Fa32.me%2F2010%2F08%2Fnavigation-through-excel-sheet-end-of-data%2F&amp;layout=button_count&amp;show_faces=false&amp;width=90&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:90px; height:21px;" allowTransparency="true"></iframe></span><span class="mr_social_sharing"><a href="https://twitter.com/share" class="twitter-share-button" data-count="horizontal" data-url="http://a32.me/2010/08/navigation-through-excel-sheet-end-of-data/" data-text="Navigation through Excel sheet – End Of Data">Tweet</a></span><span class="mr_social_sharing"><script type="IN/Share" data-url="http://a32.me/2010/08/navigation-through-excel-sheet-end-of-data/"></script></span><span class="mr_social_sharing"><a href="mailto:?subject=Navigation through Excel sheet – End Of Data&amp;body=http://a32.me/2010/08/navigation-through-excel-sheet-end-of-data/"><img src="http://a32.me/wp-content/plugins/social-sharing-toolkit/images/buttons/email.png" alt="Share via email" title="Share via email"/></a></span></div>]]></content:encoded>
			<wfw:commentRss>http://a32.me/2010/08/navigation-through-excel-sheet-end-of-data/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Master/Detail drop down lookup in Excel</title>
		<link>http://a32.me/2010/06/masterdetail-drop-down-lookup-in-excel/</link>
		<comments>http://a32.me/2010/06/masterdetail-drop-down-lookup-in-excel/#comments</comments>
		<pubDate>Tue, 29 Jun 2010 07:15:57 +0000</pubDate>
		<dc:creator>Constantin Bosneaga</dc:creator>
				<category><![CDATA[excel]]></category>

		<guid isPermaLink="false">http://a32.me/?p=470</guid>
		<description><![CDATA[Excellent trick when you should have Master/Detail lookup combo box in your Excel form. This is quite often needed. Here is an example: On Master(Level1) value is choose from dropdown box. Detail(Level2) Dropdown selection depends on Master(Level1) While looking for easy, expandable way, I found one. Download sample excel file. It uses "Named Ranges" extensively, very useful MS [...]]]></description>
			<content:encoded><![CDATA[<p>Excellent trick when you should have Master/Detail lookup combo box in your Excel form. This is quite often needed. Here is an example:</p>
<p><span id="more-470"></span></p>
<p>On Master(Level1) value is choose from dropdown box.</p>
<p><a href="http://a32.me/wp-content/uploads/2010/06/lev1.jpg"><img class="size-medium wp-image-472 alignnone" title="lev1" src="http://a32.me/wp-content/uploads/2010/06/lev1-300x178.jpg" alt="" width="300" height="178" /></a></p>
<script type="text/javascript"><!--
google_ad_client = "ca-pub-4139588230521520";
/* Intest */
google_ad_slot = "1267310946";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
<p>Detail(Level2) Dropdown selection depends on Master(Level1)</p>
<p><a href="http://a32.me/wp-content/uploads/2010/06/lev2.jpg"><img class="alignnone size-medium wp-image-473" title="lev2" src="http://a32.me/wp-content/uploads/2010/06/lev2-300x161.jpg" alt="" width="300" height="161" /></a></p>
<p>While looking for easy, expandable way, I found one. <a href="http://a32.me/wp-content/uploads/2010/06/master_detail_lookup.xls">Download sample excel file</a>.</p>
<p>It uses "Named Ranges" extensively, very useful MS Excel feature. My comments to it:</p>
<ul>
<li>top_1 - Range contains 1 row with all Master text cells</li>
<li>top2_ - Range contains 2 rows with Master text cells and Detail named range cells</li>
<li>(agro,production) - Ranges for Detail cells</li>
</ul>

				<div class="mr_social_sharing_wrapper">
				<!-- Social Sharing Toolkit v2.0.8 | http://www.active-bits.nl/support/social-sharing-toolkit/ --><span class="mr_social_sharing"><iframe src="https://www.facebook.com/plugins/like.php?locale=en_US&amp;href=http%3A%2F%2Fa32.me%2F2010%2F06%2Fmasterdetail-drop-down-lookup-in-excel%2F&amp;layout=button_count&amp;show_faces=false&amp;width=90&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:90px; height:21px;" allowTransparency="true"></iframe></span><span class="mr_social_sharing"><a href="https://twitter.com/share" class="twitter-share-button" data-count="horizontal" data-url="http://a32.me/2010/06/masterdetail-drop-down-lookup-in-excel/" data-text="Master/Detail drop down lookup in Excel">Tweet</a></span><span class="mr_social_sharing"><script type="IN/Share" data-url="http://a32.me/2010/06/masterdetail-drop-down-lookup-in-excel/"></script></span><span class="mr_social_sharing"><a href="mailto:?subject=Master/Detail drop down lookup in Excel&amp;body=http://a32.me/2010/06/masterdetail-drop-down-lookup-in-excel/"><img src="http://a32.me/wp-content/plugins/social-sharing-toolkit/images/buttons/email.png" alt="Share via email" title="Share via email"/></a></span></div>]]></content:encoded>
			<wfw:commentRss>http://a32.me/2010/06/masterdetail-drop-down-lookup-in-excel/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Detect and view locked and unlocked cells in Excel</title>
		<link>http://a32.me/2010/04/excel-locked-unlocked-cells/</link>
		<comments>http://a32.me/2010/04/excel-locked-unlocked-cells/#comments</comments>
		<pubDate>Fri, 09 Apr 2010 07:33:09 +0000</pubDate>
		<dc:creator>Constantin Bosneaga</dc:creator>
				<category><![CDATA[excel]]></category>

		<guid isPermaLink="false">http://a32.me/?p=423</guid>
		<description><![CDATA[While creating complex Excel based data input forms many cells needs to be protected from user input, like input labels, table titles, etc... When giving form to production I must be sure that all cells are properly locked. But, how to be sure if this having 1000+ cells ? I discovered simple and visual technique [...]]]></description>
			<content:encoded><![CDATA[<p>While creating complex Excel based data input forms many cells needs to be protected from user input, like input labels, table titles, etc... When giving form to production I must be sure that all cells are properly locked. But, how to be sure if this having 1000+ cells ?</p>
<p>I discovered simple and visual technique to quickly <strong>detect and show locked and unlocked cells</strong> using Excel 2003 or 2007/2010.</p>
<p><span id="more-423"></span></p>
<script type="text/javascript"><!--
google_ad_client = "ca-pub-4139588230521520";
/* Intest */
google_ad_slot = "1267310946";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
<p>Here is real life sheet scenario, 3 pages big Excel form used to capture data input and gather information. Everything must be standardized and locked to maintain data integrity, since form is used in automatic data extraction.</p>
<p><a href="http://a32.me/wp-content/uploads/2010/04/lock00.jpg"><img class="size-medium wp-image-425 alignnone" title="excel view locked unlocked cells" src="http://a32.me/wp-content/uploads/2010/04/lock00-300x251.jpg" alt="excel view locked unlocked cells" width="300" height="251" /></a></p>
<p style="text-align: left;">While developing such a form it is very easy to make a mistake and protect the wrong cell or leave cell unprotected. Usually this leads to complains from users or data in wrong cells.</p>
<p> <script type="text/javascript"><!--
google_ad_client = "ca-pub-4139588230521520";
/* Intest */
google_ad_slot = "1267310946";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
<p style="text-align: left;">I found the way to check all cells for Locked flag using "Conditional formatting".</p>
<h1>Recipe for excel 2007 how to view locked and unlocked cells visually</h1>
<p style="text-align: left;">1. First select whole sheet by clicking on left upper corner</p>
<p style="text-align: left;"><a href="http://a32.me/wp-content/uploads/2010/04/lock01.jpg"><img class="size-full wp-image-426 alignnone" title="excel view locked unlocked cells" src="http://a32.me/wp-content/uploads/2010/04/lock01.jpg" alt="excel view locked unlocked cells" width="173" height="114" /></a></p>
<p>2. On the Home ribbon click "Conditional Formatting" button and click "New Rule"</p>
<p><a href="http://a32.me/wp-content/uploads/2010/04/lock02.jpg"><img class="size-medium wp-image-427 alignnone" title="excel view locked unlocked cells" src="http://a32.me/wp-content/uploads/2010/04/lock02-153x300.jpg" alt="excel view locked unlocked cells" width="153" height="300" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>3. In the window appeared choose "Use a formula to determine which cells to format"</p>
<p><a href="http://a32.me/wp-content/uploads/2010/04/lock03.jpg"><img class="size-medium wp-image-428 alignnone" title="excel view locked unlocked cells" src="http://a32.me/wp-content/uploads/2010/04/lock03-300x287.jpg" alt="excel view locked unlocked cells" width="300" height="287" /></a></p>
<p style="text-align: left;"><strong>Paste this formula:</strong></p>
<pre>=CELL("protect", INDIRECT(ADDRESS(ROW(),COLUMN())))=1</pre>
<p><strong>Choose format</strong> for to identify locked cells, I chose red background.</p>
<p>Voila! Below is same form with protected cells highlighted with red background. It very easy to check now.</p>
<p><a href="http://a32.me/wp-content/uploads/2010/04/lock04.jpg"><img class="size-medium wp-image-429 alignnone" title="excel view locked unlocked cells" src="http://a32.me/wp-content/uploads/2010/04/lock04-300x243.jpg" alt="excel view locked unlocked cells" width="300" height="243" /></a></p>
<p>After all cells have been fixed, easy to remove this rule using same method.</p>
<p>If you put "=0" at the end of the formula it will show not locked cells, which is very useful to highlight "entry" fields for users, a common and recommended thing to do when protecting sheets.</p>
<h1>Another method for detecting locked and unlocked cells using Find command</h1>
<p id="aec">You can use the Find for that.</p>
<p>Go to menu Edit-&gt;Find, open the Options, open the Format selection and on the protection tab mark the option locked.  With that, you can click on Find All and it will list all the locked cells on the worksheet.</p>
<p>The cells are locked by default, so the list may be really long.</p>

				<div class="mr_social_sharing_wrapper">
				<!-- Social Sharing Toolkit v2.0.8 | http://www.active-bits.nl/support/social-sharing-toolkit/ --><span class="mr_social_sharing"><iframe src="https://www.facebook.com/plugins/like.php?locale=en_US&amp;href=http%3A%2F%2Fa32.me%2F2010%2F04%2Fexcel-locked-unlocked-cells%2F&amp;layout=button_count&amp;show_faces=false&amp;width=90&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:90px; height:21px;" allowTransparency="true"></iframe></span><span class="mr_social_sharing"><a href="https://twitter.com/share" class="twitter-share-button" data-count="horizontal" data-url="http://a32.me/2010/04/excel-locked-unlocked-cells/" data-text="Detect and view locked and unlocked cells in Excel">Tweet</a></span><span class="mr_social_sharing"><script type="IN/Share" data-url="http://a32.me/2010/04/excel-locked-unlocked-cells/"></script></span><span class="mr_social_sharing"><a href="mailto:?subject=Detect and view locked and unlocked cells in Excel&amp;body=http://a32.me/2010/04/excel-locked-unlocked-cells/"><img src="http://a32.me/wp-content/plugins/social-sharing-toolkit/images/buttons/email.png" alt="Share via email" title="Share via email"/></a></span></div>]]></content:encoded>
			<wfw:commentRss>http://a32.me/2010/04/excel-locked-unlocked-cells/feed/</wfw:commentRss>
		<slash:comments>18</slash:comments>
		</item>
	</channel>
</rss>

