-
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
-
ce 下的俄罗斯方块程序,适合于初学EVC者使用EVC编译,在CE4.2下通过...
ce 下的俄罗斯方块程序,适合于初学EVC者使用EVC编译,在CE4.2下通过-ce Russia under squares procedures, suitable for beginners to use EVC EVC compiler, through the CE4.2
- 2022-02-12 17:32:25下载
- 积分:1
-
vb in shp format output, realize Geodatabase and Personal Geodatabase conversion
vb中shp格式的输出,实现Geodatabase与Personal Geodatabase的转换-vb in shp format output, realize Geodatabase and Personal Geodatabase conversion
- 2022-03-02 13:33:13下载
- 积分:1
-
学生成绩管理系统
该程序系统是由C语言写成的学生成绩管理系统,可以全面的对学生的成绩进行管理,包括输入输出信息、成绩;查询成绩;删除成绩;插入成绩;输出所有学生成绩的统计结果;学生成绩信息排序;成绩信息存档等功能
- 2022-01-27 18:34:09下载
- 积分:1
-
CustomizeImage.java
/ / 圣母: 坎塞科 · 拉米雷斯 · 米格尔 · 亚历杭德罗
/ / Grupo: 6751
/ / Matricula: 201021639
/ / Servlet que muestra la imagen específica
包 coreservlets ;
导入 java.io.* ;
导入 javax.servlet.* ;
导入 javax.servlet.http.* ;
公共类 CustomizeImage 扩展 HttpServlet {
公共 void doGet (HttpServletRequest 请求,
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-03-02 00:39:57下载
- 积分:1
-
VC6.0管理信息系统实例
VC6.0管理信息系统实例-VC6.0 examples of management information systems
- 2022-03-07 15:49:00下载
- 积分:1
-
一个十分简易的计算器,适合初学者,以及要求不高者用
一个十分简易的计算器,适合初学者,以及要求不高者用-A very simple calculator, for junior and someone who don t have many requirements.
- 2022-06-14 13:04:31下载
- 积分:1
-
一个计算24点的小游戏 只要给出四个数字就能算出所有结果
一个计算24点的小游戏 只要给出四个数字就能算出所有结果-a calculation of 24 points in the game as long as a small number will be given four calculate all the results
- 2022-11-08 02:40:03下载
- 积分:1
-
一个java的日历记事本,也就是一个java做的日记本
一个java的日历记事本,也就是一个java做的日记本-a calendar notebook, which is a java do this diary
- 2023-02-25 19:15:04下载
- 积分:1
-
c语言计算器,实现加、减、乘、除、加括号、sin/cos/tan函数
c语言计算器,实现加、减、乘、除、加括号、sin/cos/tan函数-c language calculator to achieve add, subtract, multiply, divide, add parentheses, sin/cos/tan functions
- 2022-09-25 04:45:02下载
- 积分:1