Thread
:
VBA - Delete row if cell contents bold text
View Single Post
#
1
Posted to microsoft.public.excel.programming
Scott Wagner
external usenet poster
Posts: 82
VBA - Delete row if cell contents bold text
How can this be modified to delete a row if bold text is in a specific column?
On Error Resume Next
Columns(2).SpecialCells(xlCellTypeBlanks).EntireRo w.Delete
On Error GoTo 0
Thanks!
Scott
Reply With Quote
Scott Wagner
View Public Profile
Find all posts by Scott Wagner