-
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
-
: 介绍国外在微型显示器军事应用方面的状况 , 提出研发 L C o S微型显示器配置...
: 介绍国外在微型显示器军事应用方面的状况 , 提出研发 L C o S微型显示器配置-: Introduction to micro-display in the status of military applications, the R
- 2022-08-02 13:33:30下载
- 积分:1
-
自己做的基于PPC2003的GPS信号接收程序,可设置GPS端口和速率,可实时显示接收的GPS数据。...
自己做的基于PPC2003的GPS信号接收程序,可设置GPS端口和速率,可实时显示接收的GPS数据。-Make their own based on the GPS signal reception PPC2003 procedures, to set the GPS port and speed, can receive real-time display of GPS data.
- 2022-04-23 01:34:16下载
- 积分:1
-
在Matlab环境下生成dll再在vb中调用
在Matlab环境下生成dll再在vb中调用-in Matlab environment generated dll again in vb Calling
- 2022-02-01 09:52:56下载
- 积分:1
-
本程序利用HOOK实现星号密码查看。使用时将鼠标移到要查看的地方,星号密码即可变为明文。...
本程序利用HOOK实现星号密码查看。使用时将鼠标移到要查看的地方,星号密码即可变为明文。-This procedure used to achieve an asterisk password HOOK view. Use the mouse to move where you want to see an asterisk password into plaintext.
- 2022-04-15 16:36:08下载
- 积分:1
-
内容拖放的演示, 主要实现列表内容之间的拖放交换
内容拖放的演示, 主要实现列表内容之间的拖放交换-Drag and drop the contents of the demonstration, list the contents of the main drag and drop between the exchange
- 2022-01-27 12:20:21下载
- 积分:1
-
Win98_she
Win98_she
- 2022-03-16 17:33:01下载
- 积分:1
-
多路数据采集系统
基于labview上位机界面的stm32f0 discovery多路数据采集系统利用板载芯片stm32f051r8t6上的12位adc实现高精度数据采集,并将采集到的数据发送至labview上位机界面显示
- 2022-08-08 03:33:30下载
- 积分:1
-
Everything SDK开发源码
Everything是目前最快的本地文件名搜索软件,利用其SDK可以很好地将本地搜索加入到自己的项目中。
- 2023-01-01 13:25:03下载
- 积分:1
-
计算机断层扫描的并行代数重建技术
Parallel Algebraic Reconstruction Technique for computed tomography
- 2023-07-16 10:50:03下载
- 积分:1