AutoHeightRows taking 1 hour
Posted: Tue Dec 16, 2014 12:51 am
Hello,
I have a spreadsheet where I am setting AutoHeightRows for 48464 rows. This is taking 1 hour. I looked at the AutoHeightRow procudure that is called and for each call (48464) it iterates ALL the cells to then process the cells belonging the the 1 row being set. So all the spreadsheets cells are being iterated 48464 times. Can this procedure be changed to jump directly to the cells belonging to the row in question and stopping when the cells for the row have been processed?
cheers,
David
I have a spreadsheet where I am setting AutoHeightRows for 48464 rows. This is taking 1 hour. I looked at the AutoHeightRow procudure that is called and for each call (48464) it iterates ALL the cells to then process the cells belonging the the 1 row being set. So all the spreadsheets cells are being iterated 48464 times. Can this procedure be changed to jump directly to the cells belonging to the row in question and stopping when the cells for the row have been processed?
cheers,
David