View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Gord Dibben[_2_] Gord Dibben[_2_] is offline
external usenet poster
 
Posts: 621
Default setting row height not to exceed...

See this thread for two VBA methods.

One manually run, the other event-driven.

http://tinyurl.com/4y2b952


Gord Dibben MS Excel MVP

On Wed, 6 Apr 2011 10:54:50 -0700 (PDT), Tina wrote:

I need to have row height in an Excel spreadsheet to be auto fit, up
to a height of 105. If the row height exceeds 105, I want it to
remain at 105. Can that be programmed in VB? If so, what is the code?