Hi
Put this code in 'Main' sheet module.
Code:Option Explicit Private Sub Worksheet_Change(ByVal Target As Range) If Target.Cells.Count > 1 Then Exit Sub Select Case Target.Address(0, 0) Case "B2", "B7", "D2": kTest End Select End Sub
Hi
Put this code in 'Main' sheet module.
Code:Option Explicit Private Sub Worksheet_Change(ByVal Target As Range) If Target.Cells.Count > 1 Then Exit Sub Select Case Target.Address(0, 0) Case "B2", "B7", "D2": kTest End Select End Sub
Cheers !
Excel Range to BBCode Table
Use Social Networking Tools If You Like the Answers !
Message to Cross Posters
@ Home - Office 2010/2013/2016 on Win 10 (64 bit); @ Work - Office 2016 on Win 10 (64 bit)
Bookmarks