View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
DataCollector[_11_] DataCollector[_11_] is offline
external usenet poster
 
Posts: 1
Default scrolling panes to the right


If you know where your active cell is before you want to move to th
right, you could do an offset, instead of a scroll.

As in:
ActiveCell.offset(0,5).Activate

Not sure if that answers your question, but maybe it helps

--
DataCollecto
-----------------------------------------------------------------------
DataCollector's Profile: http://www.hightechtalks.com/m36
View this thread: http://www.hightechtalks.com/t229650