<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://www.mtacs.de/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://www.mtacs.de/feed.php">
        <title>msdoc old:programmieren:excel</title>
        <description></description>
        <link>https://www.mtacs.de/</link>
        <image rdf:resource="https://www.mtacs.de/lib/tpl/dokuwiki/images/favicon.ico" />
       <dc:date>2026-04-11T08:17:24+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://www.mtacs.de/doku.php?id=old:programmieren:excel:kalender&amp;rev=1673465388&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://www.mtacs.de/lib/tpl/dokuwiki/images/favicon.ico">
        <title>msdoc</title>
        <link>https://www.mtacs.de/</link>
        <url>https://www.mtacs.de/lib/tpl/dokuwiki/images/favicon.ico</url>
    </image>
    <item rdf:about="https://www.mtacs.de/doku.php?id=old:programmieren:excel:kalender&amp;rev=1673465388&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-01-11T19:29:48+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>old:programmieren:excel:kalender</title>
        <link>https://www.mtacs.de/doku.php?id=old:programmieren:excel:kalender&amp;rev=1673465388&amp;do=diff</link>
        <description>VBA-Script


Option Explicit

Sub Kalender()
Dim jahr As Integer
Dim monat As Integer
Dim tag As Integer
Dim x As Integer

jahr = InputBox(&quot;Welches Jahr?&quot;)

Range(&quot;A1:BI33&quot;).ClearContents
Range(&quot;A1:BI33&quot;).Interior.ColorIndex = xlColorIndexNone
&#039;Range(&quot;A2:BI33&quot;).Interior.ColorIndex = 5
Range(&quot;A1:BI33&quot;).Font.Size = 6
Range(&quot;A1:BI33&quot;).Font.Name = &quot;Arial&quot;
&#039;Range(&quot;A1:BI33&quot;).Font.ColorIndex = 3
Range(&quot;A1:BI33&quot;).HorizontalAlignment = xlCenter
Range(&quot;A1:BI33&quot;).VerticalAlignment = xlCenter
Range(&quot;A1:BI1&quot;…</description>
    </item>
</rdf:RDF>
