Hello,
I have this piece of code that I am using to format a worksheet to later be used as a comparison template for another worksheet.
Sub Comparison_Formatting()
Dim LR As Long, _
i As Long
LR = Sheets(1).Range("A" & Rows.Count).End(xlUp).Row
With Application
.ScreenUpdating =...