<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>宇哥编程论坛 - VBA</title>
    <link>https://www.c-vb.com/forum.php?mod=forumdisplay&amp;fid=2</link>
    <description>Latest 20 threads of VBA</description>
    <copyright>Copyright(C) 宇哥编程论坛</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Tue, 07 Apr 2026 22:26:18 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>https://www.c-vb.com/static/image/common/logo_88_31.gif</url>
      <title>宇哥编程论坛</title>
      <link>https://www.c-vb.com/</link>
    </image>
    <item>
      <title>少儿编程案例：比较数字大小（用VBA做的方法）</title>
      <link>https://www.c-vb.com/forum.php?mod=viewthread&amp;tid=144</link>
      <description><![CDATA[本案例是我给小孩子做的编程入门练习题，很适合编程新手和少年儿童练习编程。本案例是用VBA做的，马上出C#语言的解法。

案例效果演示

一、题目要求生成1个窗体，3个文本框。两个文本框输入数字A和数字B，自动比较两个数字的大小，显示在第三个文本框里。
二、制作过程 ...]]></description>
      <category>VBA</category>
      <author>yugewanaccess</author>
      <pubDate>Sun, 07 Jul 2024 10:13:04 +0000</pubDate>
    </item>
    <item>
      <title>Access教程：用For Next制作九九乘法表（基于VBA语言）</title>
      <link>https://www.c-vb.com/forum.php?mod=viewthread&amp;tid=95</link>
      <description><![CDATA[用VB制作九九乘法表是VB编程入门的经典练习之一，通过九九乘法表的制作，可以有效掌握ForNext循环的用法，还能非常直观的观察每一次循环的过程，加深对分步骤ForNext循环的理解。本课程的案例通过Access数据库呈现，课程讲解分为5个部分：1.完整代码2.需求讲解3.代码讲 ...]]></description>
      <category>VBA</category>
      <author>yugewanaccess</author>
      <pubDate>Thu, 07 Mar 2024 07:29:25 +0000</pubDate>
    </item>
    <item>
      <title>VBA模块实例：统计函数的制作和调用(基于Access)</title>
      <link>https://www.c-vb.com/forum.php?mod=viewthread&amp;tid=94</link>
      <description><![CDATA[在VB编程里，模块和子过程是非常重要的概念，把他俩用好了可以让VB\\VBA代码变得井井有条、易于管理、易于复制。本教程用VBA教大家做一个统计函数模块，其中包含9种统计计算：合计值、平均值、最大值、最小值、众数、中位数、方差、标准差、离散系数。做完模块之后，在Ac ...]]></description>
      <category>VBA</category>
      <author>yugewanaccess</author>
      <pubDate>Thu, 07 Mar 2024 07:26:47 +0000</pubDate>
    </item>
    <item>
      <title>Access数据库编程案例-颜色码数制转换（人教版《信息技术》必修第一册P17例题，基于VB</title>
      <link>https://www.c-vb.com/forum.php?mod=viewthread&amp;tid=80</link>
      <description><![CDATA[Access数据库编程案例-颜色码数制转换（人教版《信息技术》必修第一册P17例题，基于VBA）



图1 本案例的效果案例来源介绍本案例来自于人民教育出版社《信息技术》第17页的1道例题，题干部分如下：实践活动：颜色码的数制转换
在计算机中，RGB（red，green，blue）颜色 ...]]></description>
      <category>VBA</category>
      <author>yugewanaccess</author>
      <pubDate>Thu, 07 Mar 2024 06:35:22 +0000</pubDate>
    </item>
    <item>
      <title>编程入门练习：递归和迭代训练（VBA语言，基于Access数据库）</title>
      <link>https://www.c-vb.com/forum.php?mod=viewthread&amp;tid=16</link>
      <description><![CDATA[递归（Recursion）和迭代（Iteration）是比较重要的算法，核心思想是自己调用自己、循环往复，把复杂问题简单化，解决一些实际问题。


本文选取一个极限问题，有助于理解自己调用自己、循环往复的解题思路，这个问题是一个数列极限，问n趋近于无穷大时，方程的极限是多 ...]]></description>
      <category>VBA</category>
      <author>宇哥编程</author>
      <pubDate>Thu, 22 Feb 2024 06:10:23 +0000</pubDate>
    </item>
  </channel>
</rss>