Hello Guys Is there any module macros to activate and deactivate the macros in excel objects(Thisworkbook or sheet)?
Private Sub Worksheet_SelectionChange(ByVal Target As Range)
ActiveSheet.Range(Cells(ActiveCell.Row, 3), Cells(ActiveCell.Row, 25)).Select
End Sub