Thread: row height
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
James Montgomery James Montgomery is offline
external usenet poster
 
Posts: 17
Default row height

Hi,

I want to use the range below and then check each row in that range for row
height, if the row height is = to 12.75 or less then I want to change the
row height to say 11.75 and all other rows in the range leave as they are.

Range("A101", Range("End")
range name ("End") is in column A

Thanks
James