▍1. chuti
基于VFP的出题小系统,以前做的,传上来分分享一下(Test system based on VFP, before doing, Chuan up points to share)
基于VFP的出题小系统,以前做的,传上来分分享一下(Test system based on VFP, before doing, Chuan up points to share)
以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 )
A very simple VB Source that can read / write from access database to Grid
VisualBasic实现EXCEL数据的批量导入,(EXCEL data batch import to mdb based on VB)
visual basic和access 数据库开发实例 (vb access database)
VB编写的退税管理系统,可做毕业设计参考,很适用!(VB prepared the tax rebate management system, can be graduated from the reference design, it is applicable!)
对已经存在的Accsess数据库表添加新字段并复值(right Accsess already existing database table and add a new field of Complex)