P 
		
								
				
				
			
		Patrick C. Simonds
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
				
			height of 27?
Option Explicit
Private Sub Worksheet_Change(ByVal Target As Range)
Target.EntireRow.AutoFit
End Sub