Thread: row autofit
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Robin Hammond Robin Hammond is offline
external usenet poster
 
Posts: 79
Default row autofit

Gus,

Is this the kind of thing you are after?

Rows(1).EntireRow.AutoFit

Robin Hammond
www.enhanceddatasystems.com
Check out our XspandXL add-in


"GUS" wrote in message
...
Is it possible to change through vba the row height of a cell in order to
fit text. (word wrap is set to true in the particular cell)
(column.autofit change width only)