I would like to know if there's a way that the following code could work as a regular module with modifications.
Private Sub Worksheet_SelectionChange(ByVal Target As Range)
Target.Offset(1, 0).Resize(3).EntireRow.Hidden = False
End Sub
I would like to know if there's a way that the following code could work as a regular module with modifications.
Private Sub Worksheet_SelectionChange(ByVal Target As Range)
Target.Offset(1, 0).Resize(3).EntireRow.Hidden = False
End Sub
Copyright © 2021 Jogjafile Inc.