User Tools

Site Tools


microsoft_excel:macros:delete_columns

This is an old revision of the document!


Microsoft Excel - Macros - Delete Columns

Sub Delete_Specific_Multiple_Columns()
  Sheets("Sheet1").Range("A:A,C:C,H:H,K:O,Q:U").EntireColumn.Delete
End Sub
microsoft_excel/macros/delete_columns.1628086084.txt.gz ยท Last modified: 2021/08/04 14:08 by peter

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki