-
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
-
2.LED位移控制
说明: LED code for 51 chips
- 2020-06-24 10:40:02下载
- 积分:1
-
小日历测试
小日历窗口,如果日历窗口按照选择日期!
小日历窗口,如果日历窗口按照选择日期!(Small calendar window, if the calendar window according to the selected date!
Small calendar window, if the calendar window according to the selected date!)
- 2020-06-19 12:20:02下载
- 积分:1
-
COLOR-CRDNT
Bit Color Pointer Localiton Color
- 2011-05-15 18:05:37下载
- 积分:1
-
Barcode
This is Baroce module
- 2020-06-25 02:00:01下载
- 积分:1
-
XiaoGuanglidar
说明: 处理激光雷达数据,计算消光系数的程序。学大气学和激光雷达的人明白。(Processing of laser radar data to calculate the extinction coefficient procedure. Study atmospheric science and laser radar understand.)
- 2021-03-01 15:59:34下载
- 积分:1
-
vba_pdf_orc_src
说明: OCR programe for access in vba 5
- 2020-04-13 08:13:22下载
- 积分:1
-
odbc-student
VC++60编译通过,利用ODBC操作*.mdb数据库,非常完善的学生信息管理系统。可以改为其它数据库。(VC++ 60 compiler through the use of ODBC operation*. mdb database, an excellent student information management system. Could be converted to other databases.)
- 2008-07-09 22:29:15下载
- 积分:1
-
cpso
自适应混沌粒子群算法,收敛快,精确度高,在参数辨识上具有很好的应用(Adaptive chaotic particle swarm optimization algorithm, fast convergence, high accuracy, in the parameter identification has a very good application)
- 2017-04-30 20:06:16下载
- 积分:1
-
EX_Dictionary
能对已有的单词数据库进行查询,修改,实现双向翻译,并能够进行模糊查询(Word on the existing database can be queried, modified, two-way translation, and be able to carry out fuzzy query)
- 2013-10-10 20:31:55下载
- 积分:1