码迷,mamicode.com
首页 > 其他好文 > 详细

123

时间:2018-01-27 19:09:46      阅读:140      评论:0      收藏:0      [点我收藏+]

标签:res   tran   ati   cti   ksh   next   max   ext   for   

Sub xyf()


Dim result()
Dim arr()

maxban = 100

arr = Range("f1:f20")

 

arrconut = UBound(arr)

result(1) = arr(1)

For i = 1 To arrconut Step 1
fban = arr(i)
sban = arr(i + 1)
If fban <> sban Then
result(i + 1) = sban
End If
If fban = sban Then
maxban = maxban + 1
result(i + 1) = maxban
End If
Next

Range("A1:A20") = Application.WorksheetFunction.Transpose(result)

End Sub

123

标签:res   tran   ati   cti   ksh   next   max   ext   for   

原文地址:https://www.cnblogs.com/lbsjs/p/8366566.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!