Microsoft Office Forums

Go Back   Microsoft Office Forums > >

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #2  
Old 08-11-2011, 05:30 AM
Catalin.B Catalin.B is offline Row height question Windows Vista Row height question Office 2007
Expert
 
Join Date: May 2011
Location: Iaşi, Romānia
Posts: 386
Catalin.B is on a distinguished road
Default

you can try this macro...(there could be better solutions) ;adjust elements in red to fit:
Sub getFontsize()
Dim i As Integer
Application.ScreenUpdating = False
For i = 1 To 15
Rows(i).Select
Selection.RowHeight = 2 * (ActiveSheet.Cells(i, 1).Font.Size + 5)
With Selection
.HorizontalAlignment = xlCenter
.VerticalAlignment = xlCenter
.WrapText = True
.Orientation = 0
.AddIndent = False
.IndentLevel = 0
.ShrinkToFit = False
.ReadingOrder = xlContext
.MergeCells = False
If Len(ActiveSheet.Cells(i, 1)) > 30 Then
.Rows.AutoFit
End If
End With

Next i
Application.ScreenUpdating = True
End Sub

Attention: if you use merged cells, or if your cells containing formulas, it will not work properly
Reply With Quote
 



Similar Threads
Thread Thread Starter Forum Replies Last Post
Macro or user function to Extract row height Catalin.B Excel 12 06-22-2011 09:21 AM
Pasting HTML into Excel (height auto-adjust) c-tran Excel 0 03-11-2010 07:30 AM
Row height question One to many and many to one question Girlie4 Excel 3 08-09-2009 08:02 PM
Validate the height of the text when you save (VBA) jhpe Word VBA 0 08-22-2008 06:59 PM
Categories question & replying with attachment question glitzymama Outlook 0 03-15-2006 09:32 AM

Other Forums: Access Forums

All times are GMT -7. The time now is 01:00 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions Inc.
Search Engine Optimisation provided by DragonByte SEO (Lite) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
MSOfficeForums.com is not affiliated with Microsoft