-
Synchro
sync excel sheet to mysql
- 2010-07-10 18:26:49下载
- 积分:1
-
vb精彩编程200例
有很多列子廷有用的 第1章 窗体、界面与控件 第2章 多媒体与图形 第3章 数据库技术 第4章 文件与系统 第5章 网络与Internet(Liezi-ting a lot of useful forms a chapter, and the control interface Chapter 2 multimedia and graphics database Chapter 3 Chapter 4 technical documents and Chapter 5 of system network and the Internet)
- 2020-06-26 07:20:01下载
- 积分:1
-
sqlexcel
从数据库生成excel报表的vb子程序。数据库是sqlserver2000,报表预先用excel制作好,运行程序后报表中将自动填入数据并进入打印预览状态(From the database to generate excel report vb subroutine. Database is sqlserver2000, statements, pre-production with excel, and run the program will automatically fill in statements after the data and enter the Print Preview Status)
- 2021-04-10 14:28:59下载
- 积分:1
-
DsToExcel
将Dataset导出到Excel,本程序阐述基本功能(Dataset exported to Excel, the program described the basic functions of)
- 2012-06-08 09:28:08下载
- 积分:1
-
OrderManageSystem
说明: 可实现企业生产需求采购工具功能,带界面的企业管理信息系统(Enterprise management information system with interface can realize the function of enterprise production demand purchasing tool)
- 2019-12-06 23:14:56下载
- 积分:1
-
dianyajiancexitong
VB+proteus+keil c 文件是电压检测系统
(VB+ proteus+ keil c are voltage detection system )
- 2009-04-06 23:31:57下载
- 积分:1
-
EXCELtoMDB
VisualBasic实现EXCEL数据的批量导入,(EXCEL data batch import to mdb based on VB)
- 2012-05-07 21:40:29下载
- 积分:1
-
N-sheets
以G列分成多个工作表(以宏运行VBA)
(Sub aa()
Dim a As Integer, b As Integer, c As Integer, sh As Worksheet
For a = 2 To [g65536].End(3).Row
If Cells(a, 7) <> Cells(a- 1, 7) Then
b = a
End If
c = Range("g:g").Find(Cells(a, 7), , , , , xlPrevious).Row
Set sh = Sheets.Add(, Sheets(Sheets.Count))
sh.Name = Sheets("sheet1").Cells(a, 7).Value
With Sheets("Sheet1")
Sheets("Sheet1").Range(.Cells(b, 1), .Cells(c, 10)).Copy Destination:=sh.[a2]
Sheets("Sheet1").Range("a1:j1").Copy Destination:=sh.[a1]
a = c
End With
Sheets("Sheet1").Select
Next
End Sub
)
- 2013-05-03 08:50:54下载
- 积分:1
-
student-information-database
数据库基本功能都可以实现,删除,添加等等(this program is useful for people who want to develop database)
- 2013-10-28 19:51:16下载
- 积分:1
-
printflex
IMPRIME FLEXGRID EN VISUAL BASIC
- 2018-05-30 06:47:42下载
- 积分:1