-
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
-
vs
说明: 类似于vs,浩方对战平台源码,仿写的一个平台程序(Similar to a platform for program vs. ho war platform source, Imitative)
- 2012-06-25 17:33:52下载
- 积分:1
-
YOUXI
vc++写的另一类型的小游戏俄罗斯方块,希望大家喜欢,请跟我联系(vc++ written by another type of game the Russian box, hope everyone likes, please contact with me)
- 2008-05-10 13:30:35下载
- 积分:1
-
成分分析
说明: 主成分分析(PCA)是多元统计分析中用来分析数据的一种方法,它是用一种较少数量的特征对样本进行描述以达到降低特征空间维数的方法,(Principal Component Analysis (PCA) is a method used to analyze data in multivariate statistical analysis. It uses a small number of features to describe samples in order to reduce the dimension of feature space.)
- 2020-06-17 08:00:02下载
- 积分:1
-
gh0st
修改过的GH0ST界面和功能调整,增加启动FLASH(Revised GH0ST interface and functionality adjustments to increase the boot FLASH)
- 2010-02-20 22:53:05下载
- 积分:1
-
BASEFILE_11_06
解算接收机伪距,载波相位等观测量,从而定位,精度较高,因为没有加载波(compute the carrier s postion)
- 2012-02-27 22:49:42下载
- 积分:1
-
hello
说明: win32 二进制,显示hello world(Win32 binary, showing Hello World)
- 2019-02-14 11:10:04下载
- 积分:1
-
tiaoyitiao
微信跳一跳stm32程序,带键盘,得用尺子量,里面有介绍(Intelligent rc522 water card, with PC end software, MCU used is stm32)
- 2018-01-17 18:49:03下载
- 积分:1
-
二维码
说明: 用于视觉检测
使用前转换为docx格式以保证正常使用(Used in Visual Detection)
- 2020-06-20 08:40:01下载
- 积分:1
-
COMgrasp
实时侦测某个COM口打开和关闭。
实时显示某个COM口发送和接受的数据。
测试某个COM口,打开,关闭,读数据,写数据。
(Real-time detection of a COM port to open and close. Real-time display of a COM port to send and receive data. Testing a COM port, open, close, read data, write data.)
- 2008-04-21 15:52:30下载
- 积分:1