-
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
-
两个wav文件 的合成
两个wav文件 的合成-Synthesis of two wav file
- 2022-02-11 12:18:58下载
- 积分:1
-
C语言描述的数据结构的小题目,请大虾们多多指点
C语言描述的数据结构的小题目,请大虾们多多指点-C language to describe the data structure of small topics, please prawns support and guidance
- 2023-04-14 16:50:04下载
- 积分:1
-
排序算法,包括了直接插入排序,冒泡排序,快速排序
排序算法,包括了直接插入排序,冒泡排序,快速排序-Sorting algorithm, including a direct insertion sort, bubble sort, quick sort, etc.
- 2022-01-23 10:50:07下载
- 积分:1
-
基于MFC的简单Winsock聊天程序
应用背景用MFC实现简单的聊天界面设计,在ip地址的基础上搭建TCP连接。可以实现同一个区域网的连接。是一个很简单很基础的MFC类的聊天程序,后期会慢慢更新聊天版本。谢谢。关键技术MFC类库的基本了解,和winsock编程的相关学习
- 2022-08-19 11:52:21下载
- 积分:1
-
这是一个学习简单WIN32 Dynamic
这是一个学习简单WIN32 Dynamic-link library编程的代码 希望对大家有所帮助.
- 2023-03-02 12:30:03下载
- 积分:1
-
通用数据库查看操作工具
自己编写的通用数据库擦看及操作工具,使用ADO建立连接,程序中集成了许多常用的操作,是日常数据库操作的号帮手。
- 2022-02-01 08:20:04下载
- 积分:1
-
DirectX 源代码:DSMixerDemo
DirectX 源代码:DSMixerDemo-source code of DirectX:DSMixerDemo
- 2022-09-05 08:50:03下载
- 积分:1
-
With windriver driven c8051f320 and PC communications.
用windriver驱动的c8051f320与PC之间的通信。-With windriver driven c8051f320 and PC communications.
- 2022-03-23 17:50:28下载
- 积分:1
-
学生:修改密码,查看个人资料,查看所选课程成绩,选课。
教师:修改密码,查看个人资料,查看所教课程所有学生的成绩,录入成绩。
教密:修改密码,查看个人...
学生:修改密码,查看个人资料,查看所选课程成绩,选课。
教师:修改密码,查看个人资料,查看所教课程所有学生的成绩,录入成绩。
教密:修改密码,查看个人资料,学生信息维护(添加、删除和修改),教师信息维护(添加、删除和修改),课程信息维护(添加、删除和修改),专业信息维护(添加、删除和修改),查看所有课程成绩。-Student: change passwords, view personal information, view the selected program accomplishments, elective. Teacher: change passwords, view personal information, view the curriculum taught to all students of the results, entry results. Education secret: change password, view personal information, student information maintenance (add, delete and modify), teacher information maintenance (add, delete and modify), course information maintenance (add, delete and modify), professional information maintenance (add, delete and modify), view all course grade.
- 2023-01-26 08:45:04下载
- 积分:1