Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
I recorded a Macros in Excel but the Macros hard codes the columns of what to delete. I want the Macros to delete only the columns to the right after it finds the next cell that has text. I don't know what program to enter so that it only deletes columns in between that have no text. Below is the program auto-generated after I recorded a Macros: Range("B1").Select Range(Selection, Selection.End(xlToRight)).Select Range("B1:G1").Select Selection.EntireColumn.Delete Can anyone help me? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Deleting columns | Excel Discussion (Misc queries) | |||
Adding Columns, Then deleting old columns | Excel Discussion (Misc queries) | |||
Combining Text from 2 Columns into 1 then Deleting the 2 Columns | Excel Worksheet Functions | |||
deleting columns | Excel Discussion (Misc queries) | |||
Deleting Columns | Excel Programming |