<?xml version="1.0" encoding="gbk"?>
<rss version="2.0">
  <channel>
    <title>快表软件 - 命令树与快表VBA</title>
    <link>http://www.kuaibiao.cn/forum.php?mod=forumdisplay&amp;fid=86</link>
    <description>Latest 20 threads of 命令树与快表VBA</description>
    <copyright>Copyright(C) 快表软件</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Sat, 20 Jun 2026 08:05:24 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>http://www.kuaibiao.cn/static/image/common/logo_88_31.gif</url>
      <title>快表软件</title>
      <link>http://www.kuaibiao.cn/</link>
    </image>
    <item>
      <title>单元格输入后只能显示第一个字符</title>
      <link>http://www.kuaibiao.cn/thread-6012-1-1.html</link>
      <description><![CDATA[现象：点击按钮执行提取公式后，在需要手动输入值的列编辑单元格时，无法进入编辑状态。直接通过键盘输入后只能显示所输入字符中的第一个字符。

原因：
由于模板写了VBA，其中有按钮执行的判断。


当点击其他的按钮时，工作簿的所没有被释放。

解决：
将AW. ...]]></description>
      <category>命令树与快表VBA</category>
      <author>快表帝国客服01</author>
      <pubDate>Mon, 15 Jun 2026 02:42:37 +0000</pubDate>
    </item>
    <item>
      <title>VBA根据Shee1中某列关键词把结果复制到Sheet2中进行交叉互算</title>
      <link>http://www.kuaibiao.cn/thread-6011-1-1.html</link>
      <description><![CDATA[VBA根据Sheet1中某列关键词把结果复制到Sheet2中进行交叉运算
使用场景：excel中嵌套自动计算，sheet1从sheet2中取数，然后把结果返回sheet2再进行二次计算。]]></description>
      <category>命令树与快表VBA</category>
      <author>hong90342</author>
      <pubDate>Thu, 11 Jun 2026 03:36:35 +0000</pubDate>
    </item>
    <item>
      <title>快表数据POST给金蝶云星空示例VBA</title>
      <link>http://www.kuaibiao.cn/thread-6010-1-1.html</link>
      <description><![CDATA[下面的VBA是将快表中查询到的明细数据通过金蝶云星空API接口发送的示例供参考！]]></description>
      <category>命令树与快表VBA</category>
      <author>快表帝国客服01</author>
      <pubDate>Wed, 10 Jun 2026 05:54:54 +0000</pubDate>
    </item>
    <item>
      <title>自定义填报界面VBA</title>
      <link>http://www.kuaibiao.cn/thread-6007-1-1.html</link>
      <description><![CDATA[]]></description>
      <category>命令树与快表VBA</category>
      <author>快表帝国客服01</author>
      <pubDate>Sun, 31 May 2026 08:11:28 +0000</pubDate>
    </item>
    <item>
      <title>判断字符串中中文英文以及数字的数量</title>
      <link>http://www.kuaibiao.cn/thread-5996-1-1.html</link>
      <description><![CDATA[下面的VBA判断了单元格字符串中是包含中文、英文以及数字的数量。供参考使用]]></description>
      <category>命令树与快表VBA</category>
      <author>快表帝国客服01</author>
      <pubDate>Wed, 25 Mar 2026 03:58:47 +0000</pubDate>
    </item>
    <item>
      <title>依据单元格值弹出不同的列表公式</title>
      <link>http://www.kuaibiao.cn/thread-5995-1-1.html</link>
      <description><![CDATA[如果一个模板上同一个字段需要弹出不同的选择列表，可以通过命令代码来实现，提供一个参考的方案：]]></description>
      <category>命令树与快表VBA</category>
      <author>hessen</author>
      <pubDate>Tue, 10 Mar 2026 02:56:42 +0000</pubDate>
    </item>
    <item>
      <title>工具栏调用插入多行并控制函数自动计算</title>
      <link>http://www.kuaibiao.cn/thread-5993-1-1.html</link>
      <description><![CDATA[]]></description>
      <category>命令树与快表VBA</category>
      <author>hessen</author>
      <pubDate>Wed, 04 Mar 2026 09:13:29 +0000</pubDate>
    </item>
    <item>
      <title>如何让打印预览按钮只能点击一次</title>
      <link>http://www.kuaibiao.cn/thread-5988-1-1.html</link>
      <description><![CDATA[可以通过命令树来实现





图中的      提示框(提示,内容,3)  是测试用的 可以删除不要]]></description>
      <category>命令树与快表VBA</category>
      <author>快表帝国客服01</author>
      <pubDate>Tue, 13 Jan 2026 08:24:29 +0000</pubDate>
    </item>
    <item>
      <title>块表VBA 重新编译后不能更新dll文件名到数据库中</title>
      <link>http://www.kuaibiao.cn/thread-5987-1-1.html</link>
      <description><![CDATA[目前使用最新的单机版，通过模板复制的方式，新建模板后，对块表VBA编辑后，不能更新新的dll 文件名到数据库中的template 表中，需要手动删除后再编译，方能进行更新，希望能够修复该问题]]></description>
      <category>命令树与快表VBA</category>
      <author>lexianfeng</author>
      <pubDate>Tue, 13 Jan 2026 03:33:22 +0000</pubDate>
    </item>
    <item>
      <title>快表VBA动态加载dll</title>
      <link>http://www.kuaibiao.cn/thread-5983-1-1.html</link>
      <description><![CDATA[快表VBA动态加载dll

适用版本：企业版、高级企业版
说明：
1.如果是自定义类名，如print，把Dim KB As Object = TryCast(assembly.CreateInstance(\&quot;ExcelViewVBDotnet.ExcelViewVBDotnet.StandardInterface\&quot;), Object)改成Dim KB As Object = TryCast(assembly.Cre ...]]></description>
      <category>命令树与快表VBA</category>
      <author>快表帝国客服04</author>
      <pubDate>Thu, 25 Dec 2025 13:10:04 +0000</pubDate>
    </item>
    <item>
      <title>VBA把快表明细表写入到word表格中</title>
      <link>http://www.kuaibiao.cn/thread-5981-1-1.html</link>
      <description><![CDATA[VBA把快表明细表写入到word表格中

适用版本：企业版V989

说明：放到对应事件/按钮下执行Sub InsertTableRows()；]]></description>
      <category>命令树与快表VBA</category>
      <author>hong90342</author>
      <pubDate>Thu, 18 Dec 2025 03:34:18 +0000</pubDate>
    </item>
    <item>
      <title>等待列表公式填充完毕后再执行表间公式</title>
      <link>http://www.kuaibiao.cn/thread-5980-1-1.html</link>
      <description><![CDATA[如果存在列表公式填充明细表，明细表行数较多，且同时需要按所填充的明细内容来提取数据时，可以通过VBA列表公式填充完成的事件来执行提取公式。此事件会在列表中所选择的数据全部填充完毕后再执行。]]></description>
      <category>命令树与快表VBA</category>
      <author>快表帝国客服01</author>
      <pubDate>Tue, 16 Dec 2025 01:44:08 +0000</pubDate>
    </item>
    <item>
      <title>VBA使用工具栏自定义按钮打开Word</title>
      <link>http://www.kuaibiao.cn/thread-5977-1-1.html</link>
      <description><![CDATA[VBA使用工具栏自定义按钮打开Word

版本：企业版V9.89]]></description>
      <category>命令树与快表VBA</category>
      <author>hong90342</author>
      <pubDate>Fri, 12 Dec 2025 03:07:45 +0000</pubDate>
    </item>
    <item>
      <title>求助，打印时能够从字段中读取，作为文件名的方法</title>
      <link>http://www.kuaibiao.cn/thread-5975-1-1.html</link>
      <description><![CDATA[现在想实现打印时，可以自动从当前表中获取字段的内容作为文件名进行保存，目的是保存为pdf文件，打印机为虚拟打印机]]></description>
      <category>命令树与快表VBA</category>
      <author>lexianfeng</author>
      <pubDate>Thu, 04 Dec 2025 04:16:49 +0000</pubDate>
    </item>
    <item>
      <title>求助 快表VBA中如何实现，savedialog的功能？</title>
      <link>http://www.kuaibiao.cn/thread-5974-1-1.html</link>
      <description><![CDATA[目的想实现通过导出按钮，将报表导出成指定文件位置和与报表内字段关联的特殊文件名。目前通过saveas（）函数可以导出，但是不能弹出对话框进行选择文件位置，不知道是否有类似函数可以使用？]]></description>
      <category>命令树与快表VBA</category>
      <author>lexianfeng</author>
      <pubDate>Sun, 30 Nov 2025 00:28:41 +0000</pubDate>
    </item>
    <item>
      <title>命令树遍历明细表</title>
      <link>http://www.kuaibiao.cn/thread-5969-1-1.html</link>
      <description><![CDATA[通过命令树将明细表中每一行每一列的值遍历显示出来。目的是用于循环嵌套的学习参考]]></description>
      <category>命令树与快表VBA</category>
      <author>快表帝国客服01</author>
      <pubDate>Fri, 10 Oct 2025 11:29:17 +0000</pubDate>
    </item>
    <item>
      <title>命令树上下翻页</title>
      <link>http://www.kuaibiao.cn/thread-5962-1-1.html</link>
      <description><![CDATA[命令树上下翻页


说明：配合表间公式实现数据分页，上下翻页效果。O3是表内当前页数单元格。]]></description>
      <category>命令树与快表VBA</category>
      <author>hong90342</author>
      <pubDate>Mon, 21 Jul 2025 02:03:21 +0000</pubDate>
    </item>
    <item>
      <title>快表VBA标记单元格字体颜色为红色以及取消</title>
      <link>http://www.kuaibiao.cn/thread-5961-1-1.html</link>
      <description><![CDATA[通过快表VBA功能，对明细表单元格的字体颜色进行标记红。


红色=Button 1  ,全部取消=Button 2  ,选中取消=Button 3  ,保存=Button 4  ，F_9269为存储标记为红色字体的单元格地址]]></description>
      <category>命令树与快表VBA</category>
      <author>快表帝国客服05</author>
      <pubDate>Wed, 02 Jul 2025 08:59:03 +0000</pubDate>
    </item>
    <item>
      <title>命令树-变动的单元格上传附件</title>
      <link>http://www.kuaibiao.cn/thread-5959-1-1.html</link>
      <description><![CDATA[命令树-变动的单元格上传附件


日常设计中，明细表在上方，当插入行时候，下方主表字段附件字段位置发生变化，想实现点击上传效果，如图：

说明：T_732为明细表表名，ROWS(T_732)得出明细表行数，再根据表格中默认主表字段行数，例如默认明细表2行，主表字段在第 ...]]></description>
      <category>命令树与快表VBA</category>
      <author>快表帝国客服04</author>
      <pubDate>Fri, 20 Jun 2025 03:34:45 +0000</pubDate>
    </item>
    <item>
      <title>打印预览页眉页脚不对齐解决方法</title>
      <link>http://www.kuaibiao.cn/thread-5958-1-1.html</link>
      <description><![CDATA[打印预览页眉页脚不对齐解决方法
在打印预览中，页面设置-页脚页眉-与页边距对齐打勾]]></description>
      <category>命令树与快表VBA</category>
      <author>快表帝国客服04</author>
      <pubDate>Fri, 20 Jun 2025 02:30:05 +0000</pubDate>
    </item>
  </channel>
</rss>