-
VBA合并两个Excel表的数据到目标表
"" 从src1.name和src2.age按ID获取数据,然后将数据设置为dst
Sub hebing()
Dim dstRowNo As Long
Dim src1RowNo As Long
Dim src2RowNo As Long
With ActiveWorkbook
dstRowNo = 1
Do While .Sheets("dst").Cells(dstRowNo, 1).Text ""
dstID = .Sheets("dst").Cells(dstRowNo, 1).Text
src1RowNo = 1
Do While .Sheets("src1").Cells(src1RowNo, 1).Text ""
src1ID = .Sheets("src1").Cells(src1RowNo, 1).Text
If dstID = src1ID Then
- 2022-02-04 08:02:48下载
- 积分:1
-
好用的 Windows 基础库,有线程,文件,异步网络通讯等相关功能类。
好用的 Windows 基础库,有线程,文件,异步网络通讯等相关功能类。
模仿了qt的风格,自己实现的一套C++ Windows 平台的基础类库,小巧灵活,能加快你的开发。
- 2022-04-28 11:50:40下载
- 积分:1
-
通过MFC框架编程,实现枚举当前系统中的所有进程!
通过MFC框架编程,实现枚举当前系统中的所有进程!-Through the MFC framework for programming, realize the current system of enumeration of all the process!
- 2022-02-06 06:08:02下载
- 积分:1
-
利用API所编,希望大家喜欢
利用API所编,希望大家喜欢-prepared by the use of API, hope you like
- 2022-09-25 19:10:03下载
- 积分:1
-
本程序用于列出当前所有进程的全路径名,然后输出
本程序用于列出当前所有进程的全路径名,然后输出-The procedures for all processes listed in the current full-path name, and then output
- 2022-12-28 06:35:03下载
- 积分:1
-
帮你顺利建立一个客户端的源码!
帮你顺利建立一个客户端的源码!-Help you successfully establish a client
- 2022-01-25 17:10:41下载
- 积分:1
-
的xctrl示例是ATL ATL控件“完全控制”。这真的只是一个股票…
The XCTRL sample is an ATL "full control" ATL Control. It s really just a stock OLE control that draws an "X" through it s client area
- 2022-09-21 16:20:02下载
- 积分:1
-
一个用delphi实现的阅读收发程序,实现了文本阅读的基本功能
一个用delphi实现的阅读收发程序,实现了文本阅读的基本功能-A reading with delphi realize transceiver procedures realize the basic functions of text-reading
- 2023-03-29 10:45:03下载
- 积分:1
-
排序算法,使用方便
排序算法,使用方便-algorithm, easy to use
- 2022-06-28 07:29:55下载
- 积分:1
-
三维的汽车,用图形学的思想,用VC++编写
三维的汽车,用图形学的思想,用VC++编写-Three of the cars, the idea of using graphics, using VC to prepare
- 2022-01-31 04:30:57下载
- 积分:1