Hi,
I'm not an expert in VBA but I'm trying to learn.
I have the following code ( I get inspired from other posts ) :
Sub WorkSheet_Activate()
Application.ScreenUpdating = False
Unprotect ""
Range("C8:AC28").Columns.AutoFit
Dim cl As Range, rtest As Range
Set rtest = Range("F28"...