The following code is failing randomly, when I step throught it(f8) the code executes. Any thoughts on why this might be failing?
Dim S as Integer
Dim E as Integer
Dim WBT as WorkBook
Dim WS16C as WorkSheet
WS16C.Range("H" & S & ":H" & E).Copy
With WBT.Sheets("CPC Analysis").Range("C7")...