<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
  <channel>
    <title>In Excel jede n-te Zelle markieren</title>
    <link>http://forum.geizhals.at/feed.jsp?id=468348</link>
    <description>Geizhals-Forum</description>
    <item>
      <title>Re(2): In Excel jede n-te Zelle markieren</title>
      <link>http://forum.geizhals.at/t468348,3874549.html#3874549</link>
      <description>dankeschön &lt;img src="smile.gif" width="16" height="19" align="absmiddle" alt=":-)"/&gt;&lt;br/&gt;</description>
      <pubDate>Wed, 03 Jan 2007 18:57:12 GMT</pubDate>
      <guid>http://forum.geizhals.at/t468348,3874549.html#3874549</guid>
      <dc:creator>User58746</dc:creator>
      <dc:date>2007-01-03T18:57:12Z</dc:date>
    </item>
    <item>
      <title>Re(2): In Excel jede n-te Zelle markieren</title>
      <link>http://forum.geizhals.at/t468348,3874548.html#3874548</link>
      <description>dankeschön &lt;img src="smile.gif" width="16" height="19" align="absmiddle" alt=":-)"/&gt;&lt;br/&gt;</description>
      <pubDate>Wed, 03 Jan 2007 18:57:07 GMT</pubDate>
      <guid>http://forum.geizhals.at/t468348,3874548.html#3874548</guid>
      <dc:creator>User58746</dc:creator>
      <dc:date>2007-01-03T18:57:07Z</dc:date>
    </item>
    <item>
      <title>Re(2): In Excel jede n-te Zelle markieren</title>
      <link>http://forum.geizhals.at/t468348,3874547.html#3874547</link>
      <description>dankeschön &lt;img src="smile.gif" width="16" height="19" align="absmiddle" alt=":-)"/&gt;&lt;br/&gt;</description>
      <pubDate>Wed, 03 Jan 2007 18:57:02 GMT</pubDate>
      <guid>http://forum.geizhals.at/t468348,3874547.html#3874547</guid>
      <dc:creator>User58746</dc:creator>
      <dc:date>2007-01-03T18:57:02Z</dc:date>
    </item>
    <item>
      <title>Re(5): In Excel jede n-te Zelle markieren</title>
      <link>http://forum.geizhals.at/t468348,3873908.html#3873908</link>
      <description>ja eh, und wirklich einfacher is meins eh auch net!&lt;br/&gt;</description>
      <pubDate>Wed, 03 Jan 2007 13:54:21 GMT</pubDate>
      <guid>http://forum.geizhals.at/t468348,3873908.html#3873908</guid>
      <dc:creator>D_I_D_I</dc:creator>
      <dc:date>2007-01-03T13:54:21Z</dc:date>
    </item>
    <item>
      <title>Re(4): In Excel jede n-te Zelle markieren</title>
      <link>http://forum.geizhals.at/t468348,3873886.html#3873886</link>
      <description>kenn mi im Excel ned aus.....&lt;br&gt;&lt;br&gt;funktionieren tut meins auch!&lt;br/&gt;</description>
      <pubDate>Wed, 03 Jan 2007 13:41:00 GMT</pubDate>
      <guid>http://forum.geizhals.at/t468348,3873886.html#3873886</guid>
      <dc:creator>Entity</dc:creator>
      <dc:date>2007-01-03T13:41:00Z</dc:date>
    </item>
    <item>
      <title>Re(3): In Excel jede n-te Zelle markieren</title>
      <link>http://forum.geizhals.at/t468348,3873880.html#3873880</link>
      <description>geht ja vieeeel einfacher &lt;img src="zwinker.gif" width="16" height="19" align="absmiddle" alt=";-)"/&gt;&lt;br/&gt;</description>
      <pubDate>Wed, 03 Jan 2007 13:38:59 GMT</pubDate>
      <guid>http://forum.geizhals.at/t468348,3873880.html#3873880</guid>
      <dc:creator>D_I_D_I</dc:creator>
      <dc:date>2007-01-03T13:38:59Z</dc:date>
    </item>
    <item>
      <title>Re: In Excel jede n-te Zelle markieren</title>
      <link>http://forum.geizhals.at/t468348,3873879.html#3873879</link>
      <description>Alle Zeilen markieren&lt;br&gt;Format &gt; Bedingte Formatierung &gt; Formel: =REST(ZEILE($A1);3)=1&lt;br&gt;&lt;br&gt;lG,&lt;br&gt;DIDI&lt;br/&gt;</description>
      <pubDate>Wed, 03 Jan 2007 13:37:50 GMT</pubDate>
      <guid>http://forum.geizhals.at/t468348,3873879.html#3873879</guid>
      <dc:creator>D_I_D_I</dc:creator>
      <dc:date>2007-01-03T13:37:50Z</dc:date>
    </item>
    <item>
      <title>Re(2): In Excel jede n-te Zelle markieren</title>
      <link>http://forum.geizhals.at/t468348,3873848.html#3873848</link>
      <description>schaut dann hingepfuscht ca so aus:&lt;br&gt;&lt;br&gt;&lt;br&gt;Sub ZeilenMarkieren()&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Dim tempString As String&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;tempString = ""&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;For i = 1 To 100 Step 3&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;If i = 1 Then&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;tempString = tempString + "A" + CStr(i)&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Else&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;tempString = tempString + ",A" + CStr(i)&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;End If&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Next&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;tempString = tempString + ""&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Range(tempString).Select&lt;br&gt;&lt;br&gt;End Sub&lt;br/&gt;</description>
      <pubDate>Wed, 03 Jan 2007 13:22:32 GMT</pubDate>
      <guid>http://forum.geizhals.at/t468348,3873848.html#3873848</guid>
      <dc:creator>Entity</dc:creator>
      <dc:date>2007-01-03T13:22:32Z</dc:date>
    </item>
    <item>
      <title>Re: In Excel jede n-te Zelle markieren</title>
      <link>http://forum.geizhals.at/t468348,3873806.html#3873806</link>
      <description>VBA Skript schreiben!&lt;br/&gt;</description>
      <pubDate>Wed, 03 Jan 2007 13:06:45 GMT</pubDate>
      <guid>http://forum.geizhals.at/t468348,3873806.html#3873806</guid>
      <dc:creator>Entity</dc:creator>
      <dc:date>2007-01-03T13:06:45Z</dc:date>
    </item>
    <item>
      <title>Re: In Excel jede n-te Zelle markieren</title>
      <link>http://forum.geizhals.at/t468348,3873799.html#3873799</link>
      <description>also trick17 wäre&lt;br&gt;&lt;br&gt;eine spalte daneben zb. zelle rot markieren, die und die 2 darunterliegenden auswählen, am rechten unteren rand das kasterl anklicken und runterziehen.... &lt;br&gt;&lt;br&gt;&lt;br&gt;aber wie gesagt, nur trick17, was handfestes hab ich leider net für dich!&lt;img src="schief.gif" width="16" height="19" align="absmiddle" alt=":-/"/&gt;&lt;br/&gt;</description>
      <pubDate>Wed, 03 Jan 2007 13:03:16 GMT</pubDate>
      <guid>http://forum.geizhals.at/t468348,3873799.html#3873799</guid>
      <dc:creator>munich72</dc:creator>
      <dc:date>2007-01-03T13:03:16Z</dc:date>
    </item>
    <item>
      <title>In Excel jede n-te Zelle markieren</title>
      <link>http://forum.geizhals.at/t468348,3873762.html#3873762</link>
      <description>Hi Leute!&lt;br&gt;&lt;br&gt;Ich habe in Excel ein Problem:&lt;br&gt;Ich will jede n-te Zelle markieren zb: jede 3. Zelle das heisst&lt;br&gt;A1&lt;br&gt;A4&lt;br&gt;A7 &lt;br&gt;usw. usw.&lt;br&gt;&lt;br&gt;wie mach ich das? &lt;br&gt;&lt;br/&gt;</description>
      <pubDate>Wed, 03 Jan 2007 12:50:00 GMT</pubDate>
      <guid>http://forum.geizhals.at/t468348,3873762.html#3873762</guid>
      <dc:creator>User58746</dc:creator>
      <dc:date>2007-01-03T12:50:00Z</dc:date>
    </item>
  </channel>
</rss>
