-
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
-
MATLAB编写的GPS伪距单点定位.精度大约在10M
MATLAB编写的GPS伪距单点定位.精度大约在10M-20M之间。-MATLAB prepared by the GPS pseudo-range single-point positioning
- 2022-03-01 19:51:01下载
- 积分:1
-
对一些初学者很有帮助,可以学会对一些简单的图像处理。
对一些初学者很有帮助,可以学会对一些简单的图像处理。-Helpful for some beginners, you can learn some simple image processing.
- 2022-02-04 21:02:53下载
- 积分:1
-
#用来修改数据的脚本文件,可以将不同的格式的文件用perl统一到一起。...
#用来修改数据的脚本文件,可以将不同的格式的文件用perl统一到一起。-used to revise the script file data can be a different format documents perl reunification together.
- 2023-04-11 09:45:04下载
- 积分:1
-
快速启动CS ,带各种各样的参数启动,方便快捷!
快速启动CS ,带各种各样的参数启动,方便快捷!-QuickStart Contur-Strike
- 2022-04-28 14:57:06下载
- 积分:1
-
window 硬件信息的获取,包括CPU,内存,硬盘空间等等;
window 硬件信息的获取,包括CPU,内存,硬盘空间等等;-access to information window hardware, including CPU, memory, hard disk space, etc.
- 2022-08-09 15:30:48下载
- 积分:1
-
线程创建程序:通过创建线程来提高软件的执行能力
线程创建程序:通过创建线程来提高软件的执行能力-Thread creation process: through the creation of threads to enhance the implementation capacity of the software
- 2022-05-08 08:57:46下载
- 积分:1
-
可以剖析,虚幻,食人魔,等集成的Ruby脚本解释器,所以点C.
可以和GameBryo、Unreal、Ogre等集成的Ruby脚本解释器,可以用来做关卡设定和服务器yield逻辑回调。可以用来替换奇迹世界、天机等的服务器逻辑判定模块-Can GameBryo, Unreal, Ogre, etc. Ruby integrated script interpreter, so points can be used to set and server callback logic yield. Can be used to replace the miracle of the world, such as the secret logic of the server module to determine
- 2022-07-22 16:59:37下载
- 积分:1
-
wince环境下eVC文件读写
wince环境下eVC文件读写
wince环境下eVC文件读写...
wince环境下eVC文件读写
wince环境下eVC文件读写
wince环境下eVC文件读写-read and write of eVC under wince
read and write of eVC under wince
read and write of eVC under wince
read and write of eVC under wince
read and write of eVC under wince
read and write of eVC under wince
- 2022-10-09 01:15:02下载
- 积分:1
-
vb的原代码,用户只需要有个麦克风,然后通过说话,屏幕窗口上可出现说话的内容,但是效果不是很好,准确率很低,所以尽量说普通话...
vb的原代码,用户只需要有个麦克风,然后通过说话,屏幕窗口上可出现说话的内容,但是效果不是很好,准确率很低,所以尽量说普通话-vb s source code,user only need amicrophone,then speaking through it,the speaking contents will occur on the screen window,but the effect is not very good,the accuracy is very low,it is the best of your abilities to speak Mandarin please.
- 2023-08-10 15:25:03下载
- 积分:1