Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Here one for you:
I have a procedure that does many things, but I want to make all of my frozen panes to shift to the right when I do (format) all cols to autofit. I was trying to use the following: -- Windows(1).Panes(1).LargeScroll toRight:=-5 But it doesn't always work. Is there a better way. Rick |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() 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 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Use of Panes in Excel with the Horizontal scrolling | Excel Discussion (Misc queries) | |||
How do I NOT get synchronous scrolling in multiple panes in Excel | Excel Worksheet Functions | |||
More Dividers for Excel Viewing Panes / multiple panes per axis. | Excel Discussion (Misc queries) | |||
Live Scrolling/Real-Time /Smooth Scrolling doesn't work for me in Excel 2003 | Excel Discussion (Misc queries) | |||
Panes sequence. Pane Index 2 & 3 depend on how panes are created | Excel Programming |