国产宅男网站在线|亚洲A级性爱免费视频|亚洲中精品级在线|午夜福利AA毛

  • <dd id="gf5jf"><th id="gf5jf"></th></dd>

    <cite id="gf5jf"><label id="gf5jf"></label></cite>
  • <div id="gf5jf"><listing id="gf5jf"></listing></div>
    學習啦 > 學習電腦 > 工具軟件 > 辦公軟件學習 > Excel教程 > Excel2010教程 > 怎么批量在Excel表格中插入多列行

    怎么批量在Excel表格中插入多列行

    時間: 錦暉1117 分享

    怎么批量在Excel表格中插入多列行

      在Excel表格的使用中,插入行列這個操作,簡單的做法很多人都會。如果要在Excel表格內(nèi)容之間插入多列行,那該如何去批量插入?以下是學習啦小編為您帶來的關于批量在Excel表格中插入多列行,希望對您有所幫助。

      批量在Excel表格中插入多列行

      操作步驟

      打開Excel表格,按“Alt+F11”打開“Microsoft Visual Basic”點擊“插入”→“模塊”。

      復制下列代碼粘貼到“模塊”中,粘貼完成后關閉“模塊窗口”和“Microsoft Visual Basic”窗口。

      Sub 宏1()

      For i = 1 To 50

      Selection.EntireRow.Insert

      ActiveCell.Offset(2, 0).Range("A1").Select

      Next i

      End Sub

      回到Excel表格中點擊菜單欄“工具”→“宏(M)”→“宏(M)”如圖紅框所示!

      選擇“宏1”在點擊“執(zhí)行”即可。

      用“宏”執(zhí)行后的Excel表格以在內(nèi)容中插入多列行。


    猜你喜歡:

    1.excel批量列轉(zhuǎn)行的教程

    2.Excel如何隔列插入多列空白列

    3.Excel2010中進行制作多列堆積圖的操作方法

    4.excel如何分列多列數(shù)據(jù)

    5.excel中多列排序的教程

    3756476