View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Gord Dibben Gord Dibben is offline
external usenet poster
 
Posts: 22,906
Default Is it possible to filter using row height in Excel

This UDF will give the row heights in a helper column.

You then filter on those row height numbers.

Function rowht(X)
rowht = X.RowHeight
End Function

Usage is: =rowht(cellref) then copy down


Gord Dibben MS Excel MVP

On Tue, 29 Jul 2008 03:38:01 -0700, xBRITO
wrote:

to filter out rows of a particular or less than height