Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am working with a macro and I am in the final stages. I need to clean up
the excel file by deleting all the rows/columns not needed. What I am looking for is a formula I can add to my macro that searches column A for the first cell that contains 8 blank spaces " ", when it finds this cell, I would like the formula to delete that entire row and everything beneath this row. Something like: Range(Selection, Selection.End(xlDown)).Select Selection.ClearContents |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I clear a cell contents but not the formula behind it | Excel Discussion (Misc queries) | |||
Macro to clear range contents when cell contents are changed by us | Excel Programming | |||
Clear Cell Contents | Excel Programming | |||
VBA Clear Cell Contents | Excel Programming | |||
vb to clear cell contents | New Users to Excel |