excel vba 将单元格用循环表示

请问如何修改下图,使下图的单元格用循环来表示... 请问如何修改下图,使下图的单元格用循环来表示 展开
 我来答
厦门侯
高粉答主

2016-01-26 · 信息管理员
厦门侯
采纳数:30618 获赞数:90294

向TA提问 私信TA
展开全部
简毕做誉单的循环
Sub test()
Dim i As Long
Dim endRow As Long

endRow = Range("A" & Rows.Count).End(xlUp).Row '获取末行
if endRow < 1 then exit sub

For i = 1 To endRow-1
if trim(range("A" & i).value) = "" then

Range("F" & i).Formula = "=A" & i+1 & "&B" & i+1 & "&C" & i+1
end if

Next i
End Sub

或者
Sub test()
Dim i As Long
Dim endRow As Long

endRow = Range("A" & Rows.Count).End(xlUp).Row '获取胡孝末行
if endRow < 0 then exit sub

For i = 1 To endRow
if trim(range("A" & i).value) = "手段" then
Range("F" & i).Formula = "=A" & i & "&B" & i & "&C" & i
end if
Next i
End Sub
二段代码,前面是f1=(=a2&b2&c2),后一段是f1=(=a1&b1&c1)
laugin
推荐于2016-11-30 · TA获得超过296个赞
知道小有建树答主
回答量:512
采纳率:0%
帮助的人:449万
展开全部
for i=1 to cnt
for ii=0 to 15
cells(i,de + ii).formula=cells(i,dem + 8 * ii)
cells(i,dk + ii).formula=cells(i,dkm + 8 * ii)
next ii
next i
本回答被提问者和网友采纳
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
aperyxwang
2012-11-09 · TA获得超过114个赞
知道小有建树答主
回答量:164
采纳率:50%
帮助的人:76.6万
展开全部
Dim j as long
***
For i=1 to cnt
Cells(i,dE)=Cells(i,dkm)

Cells(i,dK)=Cells(i,dkm)

For j=1 to 15

Cells(i,dE+j).Formula=Cells(i,dem+8*j)

Cells(i,dK+j).Formula=Cells(i,dkm+8*j)

Next

Next

***
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
收起 更多回答(1)
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式