Hello All,
Please guide me how I can adjust these lines to get formula copy till second last cell and not the last one.
Selection.AutoFill Destination:=Range("X2:X" & Range("W" & Rows.Count).End(xlUp).Row), Type:=xlFillDefault
Range(Selection, Selection.End(xlDown)).Select
Thanks in advance.