-
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上面实现一毫秒的时间长度。...
因为windows不是实时的,所以它的时间时间都会差个十几到三十毫秒。
这个文件能在windows上面实现一毫秒的时间长度。-Because the windows are not real-time, so it will be the time difference of more than a dozen times to 30 milliseconds. This document can achieve in the windows above the length of a millisecond.
- 2022-02-18 15:59:54下载
- 积分:1
-
mfc实现的一个计算器
运用微软的基础类库编写的一个简易的计算器,能实现日常生活所需,功能相对完善。
- 2022-06-29 02:55:08下载
- 积分:1
-
电子元件绘制系统,很好用哦!用的是VC编写的,直接拖动就可以实现绘制图形!...
电子元件绘制系统,很好用哦!用的是VC编写的,直接拖动就可以实现绘制图形!-Rendering system of electronic components, very good with Oh! VC prepared using a direct drag on the graphics rendering can be achieved!
- 2022-04-15 19:57:25下载
- 积分:1
-
对PC104板卡计数和IO口功能的编程.
对PC104板卡计数和IO口功能的编程.-On the PC104 board IO port count and function programming.
- 2022-08-17 06:57:25下载
- 积分:1
-
水管工人玩过吧,我每次玩的时候都手忙脚乱的,就写了一个程序自动玩,效果不错。...
水管工人玩过吧,我每次玩的时候都手忙脚乱的,就写了一个程序自动玩,效果不错。-plumber played before, I play every time when they are running around in circles, wrote an automatic play, and effectiveness.
- 2023-04-17 02:00:04下载
- 积分:1
-
ie缓存删除程序
是源代码,可以正常编译并且使用,包括清除ie缓存、cookie、历史记录等等。。。。
- 2022-03-24 00:06:26下载
- 积分:1
-
项目的主要思想是有交叉
The main idea of the project is to have cross-platform (Windows+Linux) delphi native components for directly accesing SQL servers (without using any externall dll s). The first releas will be for My-sql and Interbase, but there are plans to be extendend
- 2022-11-29 06:20:04下载
- 积分:1
-
Build like a kind of form excel, is primarily a windows operating system, the fo...
生成像excel那样的表格,主要是一个演示如何在windows操作系统下面利用vc进行界面编程的scroll功能的使用-Build like a kind of form excel, is primarily a windows operating system, the following demonstrates how to use vc for interface programming using the scroll function
- 2022-04-24 15:16:02下载
- 积分:1
-
北斗仿真系统平台
北斗开放实验室的仿真系统平台,亲测可用,可以清楚了解北斗运行,及其相关流程和数据
- 2022-02-18 13:55:34下载
- 积分:1