精品丰满熟女一区二区三区_五月天亚洲欧美综合网_亚洲青青青在线观看_国产一区二区精选

  • <menu id="29e66"></menu>

    <bdo id="29e66"><mark id="29e66"><legend id="29e66"></legend></mark></bdo>

  • <pre id="29e66"><tt id="29e66"><rt id="29e66"></rt></tt></pre>

      <label id="29e66"></label><address id="29e66"><mark id="29e66"><strike id="29e66"></strike></mark></address>
      學(xué)習(xí)啦 > 學(xué)習(xí)電腦 > 工具軟件 > 辦公軟件學(xué)習(xí) > Excel教程 > Excel2010教程 > 怎么批量在Excel表格中插入多列行

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

      時(shí)間: 錦暉1117 分享

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

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

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

        操作步驟

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

        復(fù)制下列代碼粘貼到“模塊”中,粘貼完成后關(guān)閉“模塊窗口”和“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表格中點(diǎn)擊菜單欄“工具”→“宏(M)”→“宏(M)”如圖紅框所示!

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

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


      猜你喜歡:

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

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

      3.Excel2010中進(jìn)行制作多列堆積圖的操作方法

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

      5.excel中多列排序的教程

      3756476