Hello,
My problem is that I'm creating an excel sheet to handle a large amount of data and requires data validations (lists). Is there any way to limit the number of rows in a worksheet so when I add a data validation to a column it doesn't go down to row 65,000(?)? I know I could simply select the rows in the column and add the validation, but it's going across a lot of columns and this would be somewhat time consuming.
So, in essence, I'd like the worksheet to only have ~5,000 rows, rather than 65,000. Hide doesn't work, as it still adds the data validations when I select the column. The standard VBA code won't help because it leaves when the workbook is closed.
Thanks!
Bookmarks