Robert1688
Agricultural
- Jan 13, 2007
- 14
I've made the following to autofit the row of the cell I selected, but I want it to be the origin row height after another cell is selected.
Private Sub Worksheet_SelectionChange(ByVal Target As Range)
Target.EntireRow.AutoFit
End Sub
Private Sub Worksheet_SelectionChange(ByVal Target As Range)
Target.EntireRow.AutoFit
End Sub