1.) I would like to have an Excel workbook with a worksheet that does not contain the maximum number of rows below the actually used part of the worksheet. Any method to remove said unneeded rows past row 1000 has not yielded results.
I have no idea what is preventing me from achieving this. The problem is not whether those rows are used or not, the problem is that they exist while not used at all even after saving. The document is always at max open rows and the scroll bar is proportionately (not) sensitive. This leads me to point 3.
2.) I did not talk about the 60k or 1000k max row count, though my problem with a 60k max workbook would be less pronounced.
3.)The problem is that if I am using only 1000 rows out of 1M, and I don't feel like scrolling with the mousewheel or the arrows at the top or the bottom of the scroll bar, I would need to have the accuracy to move the scroll bar by one per mille of the scroll bar to not entirely miss the used part of the worksheet.
At 60k max rows, my mouse accuracy would have to be 1/60 of the possible. Therefore, I would like my scroll bar to represent one thousand rows of the worksheet, and a relative move of the scroll bar by roughly one quarter of its length to represent a jump of roughly 250 rows. Limiting the scroll area through developer tools does not achieve this, as the sensitivity of the scroll bar is as if I had one million rows in the worksheet; moving it down only results in the screen having a seizure between the final few lines of the scroll area.
Basically, I want to have a usable scroll bar, but this is prevented by the number of existing rows that I cannot delete by any means here mentioned.
The worksheet is a list of contracts, and one of the users has managed to ctrl-down and save, therefore for ever formatting all possible rows with something and rendering the scroll bar useless. It is useful to have the ability to scroll easily through contract lists and I would like to regain this ability. However, just copying the worksheet into a new workbook is not desirable due to there being more worksheets in the workbook that are interlinked with cell links and macros.