![]() |
![]() |
|
|||||||
| Excel Questions All Excel/VBA questions - formulas, macros, pivot tables, general help, etc. Please post to this forum in English only. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
New Member
Join Date: Feb 2002
Posts: 4
|
How do you sort out rows that have been completely strickenthrough with strikethrough?
|
|
|
|
|
|
#2 |
|
MrExcel MVP
Join Date: Feb 2002
Location: Bogota, Colombia
Posts: 11,927
|
Paste this UDF in a module.
Code:
Function HasStrike(Rng As Range) As Boolean HasStrike = Rng.Font.Strikethrough End Function =HasStrike(A1) Where A1 is the cell that you're testing. Now, sort on this column. |
|
|
|
|
|
#3 |
|
New Member
Join Date: Feb 2002
Posts: 4
|
Thanks, Worked very nicely.
Thanks Again |
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|