cannot freeze panes past row 13

Stuckagainandagain

New Member
Joined
Jan 20, 2020
Messages
7
Office Version
  1. 2010
Platform
  1. Windows
Hi
I am trying to freeze panes on a large spreadsheet - Excel 2010
I am currently trying to freeze Columns A - J
and rows 1 - 188
when I select freeze panes (as per numerous videos/instructions I have found) and include it down to row 188 it still only freezes top 13 rows (all columns selected freeze though)
How can i get it to freeze ALL the rows?
There are no merged cells etc.
 

Excel Facts

How to total the visible cells?
From the first blank cell below a filtered data set, press Alt+=. Instead of SUM, you will get SUBTOTAL(9,)
Can you show what you mean? When I freeze them it stays frozen.
 
Upvote 0
Hello
thanks
you'll see the freeze pane finishes at row 13
so only top 13 rows are frozen
however i want all top 188 rows frozen.
 

Attachments

  • Capture.JPG
    Capture.JPG
    183.7 KB · Views: 6
Upvote 0
That appears to be page breaks.
 
Upvote 0
Did you select Cell J188 THEN choose Freeze ??
 
Upvote 0
Did you revert back to Normal View ?
You also might need to turn off the filters first !!
 
Upvote 0
Welcome to the MrExcel board!

you'll see the freeze pane finishes at row 13
We can't really see that. What we can see is a dotted line there when normally a frozen pane is shown with a solid line. We can also see a similar dotted line above row 1 and you cannot have two horizontal frozen positions.

IF your sheet is frozen at row 13 then if you click the down arrow at the bottom of the right scroll bar rows 1:13 will still be visible but row 14 will disappear like below. Does that happen on your sheet?

1579577239365.png



With your sheet as shown in your first image, can you run this macro & report the result?
To implement ..
1. With your workbook active press Alt+F11 to bring up the vba window.
2. In the Visual Basic window use the menu to Insert|Module
3. Copy and Paste the code below into the main right hand pane that opens at step 2.
4. Close the Visual Basic window.
5. Press Alt+F8 to bring up the Macro dialog
6. Select the macro & click ‘Run’

VBA Code:
Sub test()
  MsgBox "Visible Frozen rows: " & ActiveWindow.Panes(1).VisibleRange.EntireRow.Address
End Sub
 
Upvote 0
Welcome to the MrExcel board!

We can't really see that. What we can see is a dotted line there when normally a frozen pane is shown with a solid line. We can also see a similar dotted line above row 1 and you cannot have two horizontal frozen positions.

IF your sheet is frozen at row 13 then if you click the down arrow at the bottom of the right scroll bar rows 1:13 will still be visible but row 14 will disappear like below. Does that happen on your sheet?

View attachment 4506


With your sheet as shown in your first image, can you run this macro & report the result?
To implement ..
1. With your workbook active press Alt+F11 to bring up the vba window.
2. In the Visual Basic window use the menu to Insert|Module
3. Copy and Paste the code below into the main right hand pane that opens at step 2.
4. Close the Visual Basic window.
5. Press Alt+F8 to bring up the Macro dialog
6. Select the macro & click ‘Run’

VBA Code:
Sub test()
  MsgBox "Visible Frozen rows: " & ActiveWindow.Panes(1).VisibleRange.EntireRow.Address
End Sub
yes - upto row 13 stays frozen then all rows below will scroll up UNDER it

i have attached a re-do of the screenshot that shows the solid line under Row 13
 

Attachments

  • Capture.JPG
    Capture.JPG
    154.3 KB · Views: 4
Upvote 0

Forum statistics

Threads
1,214,653
Messages
6,120,751
Members
448,989
Latest member
mariah3

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top