Hello,
How can I make a range in a macro dynamic? For example, in the macro below, how can I make it pick upnew rows, like P15, added to the range P1:P14?
Private Sub Worksheet_Change(ByVal Target As Range)
Dim changed As Range,c As Range
Dim cVal
Const myR As String ="P1:P14" '<- Your...