Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi Folks,
The code below works fine to hide the given row but I'd really like to delete the row and i can't seem to make ".Cells(x, "F").EntireRow.Delete" work for me. LastRowOfData = .Cells(.Rows.Count, "F").End(xlUp).Row For x = 11 To LastRowOfData - 1 If .Cells(x, "F").Value = 0 Then .Cells(x, "F").EntireRow.Hidden = True End If Next What am I missing? TIA! |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
contain option in conditoinal formating | Excel Discussion (Misc queries) | |||
format color without conditoinal formating | Excel Worksheet Functions | |||
Conditoinal format trouble | Excel Discussion (Misc queries) | |||
Macro to delete sheets and saves remaining file does not properly delete module | Excel Programming | |||
Delete every 3rd row, then delete rows 2-7, move info f/every 2nd row up one to the end and delete the row below | Excel Programming |