Notanothersecond

New Member
Joined
Nov 2, 2017
Messages
1
Hello!

I have created a spreadsheet with 36 rows. However, when I recently opened the application, I now have over a million new rows. After row 17 it goes straight to row #1,000,000. I can’t view rows 18-36. I have tried to select all the rows and then click unhide. However nothing is working. Please help!
 

Excel Facts

Copy a format multiple times
Select a formatted range. Double-click the Format Painter (left side of Home tab). You can paste formatting multiple times. Esc to stop
maybe try adjusting the row height?
highlight from row 15 to 40, RT-click , select Row Height, and enter, say, 15
 
Upvote 0
You said:
I have created a spreadsheet with 36 rows.

Do you mean 36 rows of data?

Excel 2013 has about 1.5 million rows.
So if you:"created a spreadsheet with 36 rows."

That means you some how deleted 1.5 million rows minus 36
 
Upvote 0
@Notanothersecond
Welcome to the board.

If FDibbins solution doesn't work
Select the sheet in question & run this
Code:
Sub Chk()
    With ActiveSheet
    MsgBox .ProtectContents & vbLf & .AutoFilterMode & vbLf & .Rows(50).RowHeight
    End With
End Sub
What does the message box say?
 
Upvote 0

Forum statistics

Threads
1,221,310
Messages
6,159,173
Members
451,543
Latest member
cesymcox

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