Hi
I run a large macro every day and have found my arrays to not always recalculate, so I have written this sub macro below. It is working fine but one problem. This line statement :
Selection.AutoFill Destination:=Range(Selection, Selection.End(xlDown)), Type:=xlFillDefault
I want it...