View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
James Martin[_2_] James Martin[_2_] is offline
external usenet poster
 
Posts: 8
Default Scroll to the right or left

Using VBA is there any way to scroll left or right on a worksheet?

ex: I've scrolled over to column C and I want to be able to scroll back
to column A.

While debugging I can see that in
Application.Windows(1).ActivePane.VisibleRange it knows what column
it's scrolled to, but I can't change it.