Hello Friends,
I am using the below code ( i found it on the web) to insert a border from Column A to L whenever a value changes in column B.
Sub Test()
Dim LastRow As Long
LastRow = Cells.Find("*", SearchOrder:=xlByRows, SearchDirection:=xlPrevious).Row
Dim rng As Range...