-
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
-
how Undo and Redo operations, which use category requiring operation of the data...
如何进行Undo和Redo的操作,里面用类把需要操作的数据保存起来,然后在恢复-how Undo and Redo operations, which use category requiring operation of the data saved, then resume
- 2022-07-11 13:41:31下载
- 积分:1
-
VC编写的制作一个多功能的状态栏
VC编写的制作一个多功能的状态栏-VC prepared by the production of a multi-state column
- 2022-02-25 21:03:03下载
- 积分:1
-
图像淡入淡出看多了,这是个实现文本淡入淡出的好东西
图像淡入淡出看多了,这是个实现文本淡入淡出的好东西-image fades out of view of many, this is the realization of the text fades out of the good stuff
- 2023-06-19 23:40:04下载
- 积分:1
-
聊天室,适合学习VC+网络编成的朋友参考, 内容清晰,可供参考!...
聊天室,适合学习VC+网络编成的朋友参考, 内容清晰,可供参考!-The BBS software is useful for programmer who is learning VC+ web programming, the content is clear and could be use as reference too!
- 2022-03-13 11:39:19下载
- 积分:1
-
C++ 日志工具
我在项目开发过程中,自己开发的一个日志工具,使用c++语言开发。使用单线程,不阻塞主线程。日志存放在事先分配好的多条队列中,运行期间可检测队列情况而释放或者增加缓冲区。最大发挥日志的速度。当然也有问题,主线程崩了的话,日志线程也会崩的。
- 2022-07-09 10:20:28下载
- 积分:1
-
实现了多普达手机的拍照功能,并将得到的BMP图片转换为jpg格式。...
实现了多普达手机的拍照功能,并将得到的BMP图片转换为jpg格式。-It s a prpgram which is used in PDA of dopod.It convert the image of bmp to jpg.
- 2023-05-07 15:10:02下载
- 积分:1
-
internetwhitebrid
网际网
- 2022-10-31 01:10:03下载
- 积分:1
-
Atheros USB WiFi Card 驱动程序
Atheros USB WiFi Card 驱动程序-Atheros USB WiFi Card Driver
- 2022-08-17 07:23:09下载
- 积分:1
-
Airtport Thing practice
机场程序
- 2022-01-28 02:42:50下载
- 积分:1