跳到主要內容

如何在Excel中的其他每列之間快速插入空白列?

我們在操作工作表的時候,有時需要在已有的列之間插入一些列。 但是,如果單獨插入每列,則在現有數據列之間插入空白列將是一項繁瑣的任務。 有沒有什麼快速的方法來處理這個問題?

用VBA代碼插入空白列

使用 Kutools for Excel 快速插入空白列


箭頭藍色右氣泡 用VBA代碼插入空白列

請看下面的截圖,在每一列之後,我想插入一個空白列來記錄其他信息,我可以使用簡短的VBA代碼來完成這個任務。

1. 選擇要在數據之間插入空白列的範圍。

2。 點擊 開發者 > Visual Basic中,一個新的 適用於應用程序的Microsoft Visual Basic 將顯示一個窗口,單擊 插入 > 模塊,然後將以下代碼輸入到模塊中:

子insert_column_every_other()
對於colx = 2到30步驟2
列(colx).插入 Shift:=xlToRight
下一頁
END SUB

3。 然後點擊  文檔乘法計算 3 按鈕來運行代碼。 並且備用空白列已插入到現有列中。

注意: 此 VBA 只能在每個第一列之間插入一個空白列。

如果您想插入一個具有兩個間隔的空白列,則上述代碼將不起作用。 如何快速插入指定間隔的空白列?


箭頭藍色右氣泡 使用 Kutools for Excel 快速插入空白列

Kutools for Excel: 帶有300多個便捷的Excel加載項,可以在30天內免費試用。 立即獲取。

的幫助下 Excel的Kutools,就可以輕鬆解決這個問題。 請按以下步驟操作:

1. 突出顯示您要插入空白列的範圍。

2。 點擊 庫工具 > 插入工具 > 插入空白行/列…,請參見屏幕截圖:

文檔插入空白列2

3.還有 插入空白行/列 對話框出現。 請點擊 空白欄 選項 插入類型。 並輸入2 in 間隔,輸入1英寸 。 看截圖:

4。 然後點擊 OK。 您將每兩個間隔插入一個空白列。 看截圖:

這款獨特的敏感免洗唇膜採用 Moisture WrapTM 技術和 Berry Mix ComplexTM 成分, 插入空白行/列 函數中,您還可以插入特定數量的空白行,並且現有數據之間具有特定的間隔。 這裡我們在每隔兩列之間插入兩個空白行,請參見屏幕截圖:

最佳辦公生產力工具

🤖 Kutools 人工智慧助手:基於以下內容徹底改變數據分析: 智慧執行   |  生成代碼  |  建立自訂公式  |  分析數據並產生圖表  |  呼叫 Kutools 函數...
熱門特色: 尋找、突出顯示或識別重複項   |  刪除空白行   |  合併列或儲存格而不遺失數據   |   沒有公式的回合 ...
超級查詢: 多條件VLookup    多值VLookup  |   跨多個工作表的 VLookup   |   模糊查詢 ....
高級下拉列表: 快速建立下拉列表   |  依賴下拉列表   |  多選下拉列表 ....
欄目經理: 新增特定數量的列  |  移動列  |  切換隱藏列的可見性狀態  |  比較範圍和列 ...
特色功能: 網格焦點   |  設計圖   |   大方程式酒吧    工作簿和工作表管理器   |  資源庫 (自動文字)   |  日期選擇器   |  合併工作表   |  加密/解密單元格    按清單發送電子郵件   |  超級濾鏡   |   特殊過濾器 (過濾粗體/斜體/刪除線...)...
前 15 個工具集12 文本 工具 (添加文本, 刪除字符,...)   |   50+ 圖表 類型 (甘特圖,...)   |   40+ 實用 公式 (根據生日計算年齡,...)   |   19 插入 工具 (插入二維碼, 從路徑插入圖片,...)   |   12 轉化 工具 (數字到單詞, 貨幣兌換,...)   |   7 合併與拆分 工具 (高級合併行, 分裂細胞,...)   |   ... 和更多

使用 Kutools for Excel 增強您的 Excel 技能,體驗前所未有的效率。 Kutools for Excel 提供了 300 多種進階功能來提高生產力並節省時間。  點擊此處獲取您最需要的功能...

產品描述


Office選項卡為Office帶來了選項卡式界面,使您的工作更加輕鬆

  • 在Word,Excel,PowerPoint中啟用選項卡式編輯和閱讀,發布者,Access,Visio和Project。
  • 在同一窗口的新選項卡中而不是在新窗口中打開並創建多個文檔。
  • 將您的工作效率提高 50%,每天為您減少數百次鼠標點擊!
Comments (7)
No ratings yet. Be the first to rate!
This comment was minimized by the moderator on the site
how to copy coloumns from sl no 1 to 10 and paste to merged rows at a time from sl no 1 to 10 copy and paste in rows ab merge cd merge
This comment was minimized by the moderator on the site
Sadly this Kutools does not work on sheets where multiple tables are used above each other. It would be great if you could update the tool to enable this annoying limitation of Excel. I want to add a new column in the middle of ALL my tables within the document but it doesn't seem to be possible.
This comment was minimized by the moderator on the site
Is there a way to make the height of the blank row different from the height of the alternate row?
This comment was minimized by the moderator on the site
After running the macro You can also insert another column by putting 3 after Step
This comment was minimized by the moderator on the site
Can you please tell me the codes for multiple insertions and deletion of columns ?
This comment was minimized by the moderator on the site
This is related to the VB code modification in the excel where macro is there. Instead of doing change in code can i do it directly in the excel that is adding additional column details in excel between two columns
This comment was minimized by the moderator on the site
This is awesome! it works. great! thanks Asif
There are no comments posted here yet
Please leave your comments in English
Posting as Guest
×
Rate this post:
0   Characters
Suggested Locations