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

excel自动生成和上列相同的数字

时间:2018-03-06 13:44:52      阅读:157      评论:0      收藏:0      [点我收藏+]

标签:编号   sheet   and   sed   edr   数字   gpo   div   pre   

Sub 宏宏宏宏宏宏宏1()

For x = 2 To ActiveSheet.UsedRange.Rows.Count - 2 Step 1

If Cells(x, 1) <> Cells(x + 1, 1) And Cells(x + 1, 1) = "" Then

Cells(x + 1, 1).Value = Cells(x, 1)

End If

Next

End Sub

 

 Cells(x, 1)代表2行1列,改成对应你的户编号列数字就可以了
 

excel自动生成和上列相同的数字

标签:编号   sheet   and   sed   edr   数字   gpo   div   pre   

原文地址:https://www.cnblogs.com/luohaolqitfk/p/8513783.html

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