Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I wish to have both left and right hand panes static and scrolling (left to
right) columns in between. Can this be done? |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
You get one Window|freeze panes (or window|Split) per window.
But you could use multiple windows into that worksheet: Window|new window window arrange (vertical???) And have two windows showing the same worksheet. Click on the one you don't want and hit ctrl-w to close it when you're finished. Secret Genius wrote: I wish to have both left and right hand panes static and scrolling (left to right) columns in between. Can this be done? -- Dave Peterson |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() That's brilliant thanks very much. Question is, can you scroll them together?..... Secret Genius. |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
This kind of macro worked for me in xl2003 if both windows were showing the same
worksheet: Option Explicit Sub SyncWindows() Windows.Arrange ActiveWorkbook:=True, _ synchorizontal:=True, syncvertical:=True End Sub Secret Genius wrote: That's brilliant thanks very much. Question is, can you scroll them together?..... Secret Genius. -- Dave Peterson |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel 2003 - Linking Formulas, Worksheet to Worksheet | Excel Discussion (Misc queries) | |||
how do i create a path to a worksheet from outside of excel | Excel Discussion (Misc queries) | |||
Excel worksheet linking | Excel Worksheet Functions | |||
Rename Excel Worksheet | Excel Discussion (Misc queries) | |||
Weekly Transaction Processing | Excel Worksheet Functions |