View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] theargus@gmail.com is offline
external usenet poster
 
Posts: 14
Default Delete Row Based On Row Height

Greetings.

I am attempting to create a macro which will automatically delete
entire rows based on height.

For example, I have a worksheet which contains rows of two different
heights. I need a script which will delete every row with a height of
27.75

I have a limited knowledge of VBA and am having difficulty creating
this macro.

Any and all help is sincerely appreciated.

Thanks in advance!


- Kobi