Re: Correct scrolling limit
what abt this
Code:
ActiveWindow.ScrollColumn = 4 'col number
edited: Column number of AMR = Cells(1,"AMR").Column
Re: Correct scrolling limit
Dear seenu_1st
It is just scroll to destinated column, and my problem is still not solved. I suppose, because of this problem, my VBA code cannot be excused. If I copy the data to new sheet and run VBA code, there is no problem for several times, but finally hit error.
Re: Correct scrolling limit
it works for the active window, so activate ur sheet and scroll, if u dont want to display the sheet changes, set screen updates = false b4 execute the set it to true.