<?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>Vancra &#187; Zelle</title>
	<atom:link href="http://vancra.com/archives/tag/zelle/feed" rel="self" type="application/rss+xml" />
	<link>http://vancra.com</link>
	<description>It&#039;s not the content building us - it&#039;s the implementation</description>
	<lastBuildDate>Sat, 03 Sep 2011 11:03:48 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<div id='fb-root'></div>
					<script type='text/javascript'>
						window.fbAsyncInit = function()
						{
							FB.init({appId: null, status: true, cookie: true, xfbml: true});
						};
						(function()
						{
							var e = document.createElement('script'); e.async = true;
							e.src = document.location.protocol + '//connect.facebook.net/de_DE/all.js';
							document.getElementById('fb-root').appendChild(e);
						}());
					</script>	
						<item>
		<title>Hintergrundfarbe einer Zelle in Abhängigkeit des Wertes einer anderen Zelle ändern</title>
		<link>http://vancra.com/archives/201</link>
		<comments>http://vancra.com/archives/201#comments</comments>
		<pubDate>Thu, 16 Jun 2011 20:22:31 +0000</pubDate>
		<dc:creator>Tamara</dc:creator>
				<category><![CDATA[VBA]]></category>
		<category><![CDATA[Excel]]></category>
		<category><![CDATA[Farbe]]></category>
		<category><![CDATA[Hintergrund]]></category>
		<category><![CDATA[Zelle]]></category>

		<guid isPermaLink="false">http://vancra.com/?p=201</guid>
		<description><![CDATA[Nachfolgendes Makro prüft für die Zeilen 1 bis 10, ob der Wert der Zelle in Spalte A "1" entspricht. Wenn der Wert der Zelle "1" ist, wird die Zelle in Spalte B in der gleichen Zeile gelb gefärbt. Sub Faerben() Dim IZelle As Integer IZelle = 0 For IZelle = 1 To 10 If Cells(IZelle, [...]]]></description>
			<content:encoded><![CDATA[Nachfolgendes Makro prüft für die Zeilen 1 bis 10, ob der Wert der Zelle in Spalte A "1" entspricht. Wenn der Wert der Zelle "1" ist, wird die Zelle in Spalte B in der gleichen Zeile gelb gefärbt.<br />


<div class="wp-geshi-highlight-wrap5"><div class="wp-geshi-highlight-wrap4"><div class="wp-geshi-highlight-wrap3"><div class="wp-geshi-highlight-wrap2"><div class="wp-geshi-highlight-wrap"><div class="wp-geshi-highlight"><div class="vb"><pre class="de1"><span class="kw2">Sub</span> Faerben()
<span class="kw4">Dim</span> IZelle <span class="kw4">As</span> <span class="kw1">Integer</span>
IZelle = 0
<span class="kw3">For</span> IZelle = 1 <span class="kw3">To</span> 10
<span class="kw3">If</span> Cells(IZelle, 1) = <span class="st0">&quot;1&quot;</span> <span class="kw3">Then</span>
Cells(IZelle, 2).Interior.ColorIndex = 6
<span class="kw3">End</span> <span class="kw3">If</span>
<span class="kw3">Next</span>
<span class="kw3">End</span> <span class="kw2">Sub</span></pre></div></div></div></div></div></div></div>

<br />
<div class='wpfblike' style='height: 40px;'><fb:like href='http://vancra.com/archives/201' layout='button_count' show_faces='true' width='400' action='like' colorscheme='evil' send='false' /></div>]]></content:encoded>
			<wfw:commentRss>http://vancra.com/archives/201/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
