Excel使用宏批量向单元格插入指定信息

Excel使用宏批量向单元格插入指定信息,第1张

Sub Test()

    Dim str As String, strPart As String, i As Long, N As Long

    str = "='C:\Users\DELL\Desktop\excel批量输入\[bkName.xls]bkName'!$B$"

    N = Cells(Rows.Count, 1).End(xlUp).Row

    Application.DisplayAlerts = False

    For i = 2 To N

        strPart 吵备租= Replace(str, "bkName", Cells(i, 1))

   升兆     Cells(i, 2).Formula = strPart & 4

     滚雹   Cells(i, 3).Formula = strPart & 5

        Cells(i, 4).Formula = strPart & 6

    Next i

    Application.DisplayAlerts = True

End Sub

见附件示例

ActiveWorkbook.SaveAs Filename:=ThisWorkbook.Path &"\银租" &i.Value &i.Offset(0, 1).Value &"族大3月工资单兆搏竖.xls"


欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/bake/11970903.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2023-05-20
下一篇 2023-05-20

发表评论

登录后才能评论

评论列表(0条)

保存