Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,494
Default frozen panes question

i have the panes frozen at row 19.

in the bottom pane, i want row 531 to be the top line

how can i do this when i save the workbook, so it always opens like this?

seems to work if i manually type a531 in the name box
--


Gary



  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,494
Default frozen panes question

will this work all of the time?

Application.Goto Reference:="R531C1"

--


Gary


"Gary Keramidas" <GKeramidasATmsn.com wrote in message
...
i have the panes frozen at row 19.

in the bottom pane, i want row 531 to be the top line

how can i do this when i save the workbook, so it always opens like this?

seems to work if i manually type a531 in the name box
--


Gary





  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 10,593
Default frozen panes question

No it won't necessarily. For instance, if there are 20 lines visible in the
lower pane, and you go to row 531, it will make 531 visible, but at the
bottom of the window.

One way is to go way beyond it, that couldn't possibly be visible, then come
back

Application.Goto Reference:="R1000C1"
Application.Goto Reference:="R531C1"

--
HTH

Bob Phillips

(replace somewhere in email address with gmail if mailing direct)

"Gary Keramidas" <GKeramidasATmsn.com wrote in message
...
will this work all of the time?

Application.Goto Reference:="R531C1"

--


Gary


"Gary Keramidas" <GKeramidasATmsn.com wrote in message
...
i have the panes frozen at row 19.

in the bottom pane, i want row 531 to be the top line

how can i do this when i save the workbook, so it always opens like

this?

seems to work if i manually type a531 in the name box
--


Gary







  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 415
Default frozen panes question

Gary,
Setting the 2nd argument Scroll:=True seems to work.

NickHK

"Gary Keramidas" <GKeramidasATmsn.com bl...
will this work all of the time?

Application.Goto Reference:="R531C1"

--


Gary


"Gary Keramidas" <GKeramidasATmsn.com wrote in message
...
i have the panes frozen at row 19.

in the bottom pane, i want row 531 to be the top line

how can i do this when i save the workbook, so it always opens like this?

seems to work if i manually type a531 in the name box
--


Gary







  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,494
Default frozen panes question

ok, thanks to both of you. seems to work

--


Gary


"NickHK" wrote in message
...
Gary,
Setting the 2nd argument Scroll:=True seems to work.

NickHK

"Gary Keramidas" <GKeramidasATmsn.com
bl...
will this work all of the time?

Application.Goto Reference:="R531C1"

--


Gary


"Gary Keramidas" <GKeramidasATmsn.com wrote in message
...
i have the panes frozen at row 19.

in the bottom pane, i want row 531 to be the top line

how can i do this when i save the workbook, so it always opens like this?

seems to work if i manually type a531 in the name box
--


Gary









Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Sorting issue with frozen panes Subtox Excel Discussion (Misc queries) 11 December 10th 09 01:43 AM
Print Frozen Panes? CyberSockeye Excel Discussion (Misc queries) 2 April 23rd 08 10:23 PM
frozen panes jmack Excel Discussion (Misc queries) 2 May 11th 07 09:00 AM
Drop down list & frozen panes naive14 Excel Discussion (Misc queries) 3 February 9th 07 12:49 PM
How do i use multiple splits or frozen panes? Pat Excel Discussion (Misc queries) 2 November 14th 05 09:52 PM


All times are GMT +1. The time now is 12:37 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"