-
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
-
littletool-daoshu
VB的基础教程,特别适合刚刚入行的新手学习练习使用。(The basis of VB tutorials, and are particularly suited to the trip just to practice using the new study.)
- 2009-02-20 16:41:06下载
- 积分:1
-
kaoshixitong
一个四、六级考试成绩查询系统,该系统的用户由一般用户和管理员组成,然后不同的用户拥有不同的权限,各自完成各自的管理功能。首先是欢迎界面,然后选择登录,登录的时候首先要判断用户的身份,合法的用户然后进入到系统主界面中,不同的用户看到不同的系统功能。用sql server2000创建后台数据库,然后利用程序设计语言(VB)编写程序实现对数据库的操作。(A CET score query system, users of the system composed by the general user and administrator, and different users have different permissions, each of their respective management functions. First is the Welcome screen, then select the log, log to determine when the first user' s identity, legitimate user and then enter the main interface to the system, different users see different system functions. Background database created with sql server2000, and then use programming languages (VB) programming to achieve operation of the database.)
- 2010-05-13 14:33:06下载
- 积分:1
-
Synchro
sync excel sheet to mysql
- 2010-07-10 18:26:49下载
- 积分:1
-
student-information-database
数据库基本功能都可以实现,删除,添加等等(this program is useful for people who want to develop database)
- 2013-10-28 19:51:16下载
- 积分:1
-
VBdatabase-
这是一个VB的数据库操作例程,用于演示增删数据库记录(This is a VB database operation routines for demo add or delete database records)
- 2013-04-20 12:57:31下载
- 积分:1
-
vbcode
acess数据库中关于ADO控件和DATAgrid控件以及sql语言添加查询删除编辑等功能的实现(acess database in ADO controls and a DataGrid control, as well as the sql language query to delete editing functions
)
- 2012-03-07 16:03:04下载
- 积分:1
-
CBB52
一个完整的商业源码"远程抄表系统"其中用到了数据库操作,视频采集,数据采集等方面的功能,我觉得是学习的好东东.(A complete commercial source )
- 2021-04-12 23:18:56下载
- 积分:1
-
Devang_DAO
数据库程序的作业,,简单了一些,,有些功能未实现,,做了两份作业,一份自己的,一份同学的,,呵呵,,功能一样,,界面不同(database operations, and some simple, some functions had not been achieved, and do two operations, one on their own. a classmate, and huh, and functions, and different interface. .)
- 2006-07-20 11:54:52下载
- 积分:1
-
ADOdcsj
使用ADO导出数据,在数据库编程中应用很多。(Use ADO export data, many applications in database programming.)
- 2013-12-12 14:18:18下载
- 积分:1