ActiveWindow.ScrollColumn = 54
ActiveWindow.ScrollColumn = 55
ActiveWindow.ScrollColumn = 56
Range("BQ1").Select
Application.CutCopyMode = False
Selection.Copy
ActiveWindow.ScrollColumn = 55
ActiveWindow.ScrollColumn = 54
ActiveWindow.ScrollColumn = 53
I have that, all over my code.
I thought about using the Find & Replace feature to remove all of the ScrollColumn lines, but I have no idea on how I can make it remove every line without having to specify 60-someodd results.
Is there a way to make it replace every line by accounting for the 1-60 at the end?