Hard to believe I am here for this, but.... here I am
Just trying to AutoFill xlFillSeries from Column A to LastColumn
Here is where I'm at (I think I'm close?)
Application.ScreenUpdating = False
With Sheet1
Lc = .Cells(1, .Columns.Count).End(xlToLeft).Column...