How can I delete blank rows in Excel.
It keeps coming back to 1048576 rows when I have only have data down to line 548
Using CTRL + End brings me to R1048576
and Table range from A1 to R1000
I have done the following:
1- Selecting all cells from A1001 to R1048576 and delete the cells content + Save, close and reopen the document
2- Selecting all rows from 1001 to 1048576 + Save, close and reopen the document
3- Tested a few VBA codes.
Yes I do have formulas using the complete columns in a few formulas but I am sure I used similar formulas without causing such an issue.
I'm willing to change the file extension from xlsx to zip to dive in the folder structure to edit what would be needed but the documentation on this is rare.
Is there a list of events / conditions to check that cause this issue?
It keeps coming back to 1048576 rows when I have only have data down to line 548
Using CTRL + End brings me to R1048576
and Table range from A1 to R1000
I have done the following:
1- Selecting all cells from A1001 to R1048576 and delete the cells content + Save, close and reopen the document
2- Selecting all rows from 1001 to 1048576 + Save, close and reopen the document
3- Tested a few VBA codes.
Yes I do have formulas using the complete columns in a few formulas but I am sure I used similar formulas without causing such an issue.
I'm willing to change the file extension from xlsx to zip to dive in the folder structure to edit what would be needed but the documentation on this is rare.
Is there a list of events / conditions to check that cause this issue?