小班编号2

Posted lbsjs

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了小班编号2相关的知识,希望对你有一定的参考价值。

Sub xyf()

 

Dim arr As New Collection
Dim arr1 As New Collection
maxnban = 0
maxban = 0
i = 1
Do While Cells(i, 1).Value <> ""
arr.Add Cells(i, 1).Value
If arr(1) < 8000 Then
arr1.Add Cells(i, 1).Value
End If
If maxnban < arr(i) Then
maxnban = arr(i)
End If
i = i + 1
Loop

For i = 1 To arr1.Count Step 1
If maxban < arr1(i) Then
maxban = arr1(i)
End If
Next

arrconut = arr.Count


Cells(1, 2).Value = arr(1)

For i = 1 To arrconut Step 1
If i = arrconut Then
Exit For
End If
fban = arr(i)
sban = arr(i + 1)
If fban <> sban Then
Cells(i + 1, 2).Value = sban
End If
If fban = sban Then
If fban >= 8000 Then
maxnban = maxnban + 1
Cells(i + 1, 2).Value = maxnban
Else
maxban = maxban + 1
Cells(i + 1, 2).Value = maxban
End If
End If
Next

End Sub

以上是关于小班编号2的主要内容,如果未能解决你的问题,请参考以下文章

全部自动编号小班

arcgis设计的点如何自动编号

wps标题2根据标题1重新开始编号 简介wps标题2根据题1重新开始编号

word怎么添加编号 如何给word添加编号

如何在WPS中将带括号数字[1][2]...[N]设置为自动编号模式?

怎么根据名称找到对应的编号呢?