Thread
:
AutoFit
View Single Post
#
1
Posted to microsoft.public.excel.programming
Patrick C. Simonds
external usenet poster
Posts: 343
AutoFit
Is there any way to use the code below and still maintain a minimum row
height of 27?
Option Explicit
Private Sub Worksheet_Change(ByVal Target As Range)
Target.EntireRow.AutoFit
End Sub
Reply With Quote
Patrick C. Simonds
View Public Profile
Find all posts by Patrick C. Simonds