作者goldberg73 (高柏)
看板Visual_Basic
标题[VBA ] 怎麽判断 某列有几行 ??
时间Wed Apr 8 21:56:16 2015
例如 有以下的五列的 资料
1 2 3 4 5 1
2 3 1 0
1 2 3
1 2 3 6
1 0
怎麽判断每一列有几行呢??
要的答案为 5,4,3,4,2
感谢高手提点~
--
※ 发信站: 批踢踢实业坊(ptt.cc), 来自: 114.36.158.241
※ 文章网址: https://webptt.com/cn.aspx?n=bbs/Visual_Basic/M.1428501379.A.17D.html
1F:推 johnpage: 6,4,3,4,2 04/08 22:13
2F:推 ClubT: 用回圈去跑到哪里没有资料就行啦 04/08 22:41
3F:→ MOONRAKER: 请用中文正确说明问题。 04/08 22:59
4F:推 biglongtoday: ans1 = Cells(3, Columns.Count).End(xlToLeft).Col 04/10 14:29
5F:→ biglongtoday: umns 其余类推 04/10 14:30
6F:→ biglongtoday: 把3改其他算出来就是第3row的 04/10 14:32
7F:→ MOONRAKER: 他其实想要算unique cols,不过他都不说就当没这回事吧 04/11 12:51